Types > ScheduledFulfillmentLineItem
Commerce APITypesScheduledFulfillmentLineItem
ScheduledFulfillmentLineItem

Description

Fields

inventory_location_id: String!

Unique inventory location identifier. See also: Unique Identifiers

Example: "il_EQzGqWoY"


line_item_id: String!

Unique line item identifier. See also: Unique Identifiers

Example: "li_EQzGqWoY"


quantity: Int!

Amount of items that is scheduled for future fulfillment

Example: 1


reserved_inventory_location: InventoryLocation

Inventory location where this line item was reserved at (if that's the case)

Expandable

Permission bit: "inventory_locations.read"


variant_id: String!

Unique variant identifier. See also: Unique Identifiers

Example: "va_EQzGqWoY"


Used By

Types

ScheduledFulfillment

Preview (typescript)

Loading module