FulfillmentGroup object
A group of one or more items to be fulfilled together. Every cart line belongs to exactly one fulfillment group.
On this page
Fields
-
deliveryGroup (
CartDeliveryGroup!
)The delivery group for the fulfillment group. Contains information about the destination address and which delivery options were available for this set of cart lines.
-
handle (
Handle!
)The fulfillment group handle.
-
id (
ID!
)The ID of the fulfillment group.
-
inventoryLocationHandles (
[Handle!]!
)The list of inventory location handles for the fulfillment group. These are the locations that stock the items, and can be used to fulfill this particular group of items.
-
lines (
[CartLine!]!
)The merchandise in the fulfillment group. A subset of cart lines.