Types > OrderFulfillmentLineItemCreate
Description
Fields
dest_inventory_location_id: String!
Unique inventory location identifier (destination)
Example: "il_EQzGqWoY"
Valid when: dest_inventory_location_id matches regexp pattern: ^il_
inventory_location_id: String!
Unique inventory location identifier. See also: Unique Identifiers
Example: "il_EQzGqWoY"
Valid when: inventory_location_id matches regexp pattern: ^il_
Unique line item identifier. See also: Unique Identifiers
Example: "li_EQzGqWoY"
Valid when: line_item_id matches regexp pattern: ^li_
Amount of items that will be shipped with this fulfillment
Example: 1
A unique product variant identifier
Example: "va_EQzGqWoY"
Valid when: variant_id matches regexp pattern: ^va_
Used By
Types
Preview (typescript)
Loading module