Types > OrderRestockLineItem
Description
Fields
dest_inventory_location_id: String
Destination inventory location id
Example: "il_EQzGqWoY"
Valid when: dest_inventory_location_id matches regexp pattern: ^il_
Fulfillment id
Example: "fu_EQzGqWoY"
Valid when: fulfillment_id matches regexp pattern: ^fu_
Inventory location id
Example: "il_EQzGqWoY"
Valid when: inventory_location_id matches regexp pattern: ^il_
Line item id
Example: "li_EQzGqWoY"
Valid when: line_item_id matches regexp pattern: ^li_
Amount of items to restock
Example: 4
Line item id
Example: "li_EQzGqWoY"
Valid when: variant_id matches regexp pattern: ^va_
Used By
Types
Preview (typescript)
interface OrderRestockLineItem {dest_inventory_location_id?: stringfulfillment_id?: stringinventory_location_id?: stringline_item_id: stringrestock_quantity?: numbervariant_id?: string}