Fulfillment
Requires access scope.
A shipment of one or more items in an order. Accessed through the Order object's field.
Each fulfillment includes the line items that shipped, the tracking company name, and tracking details like numbers and URLs. An order can have multiple fulfillments when items ship separately or from different locations.
Anchor to FieldsFields
- fulfillmentLineItems (FulfillmentLineItemConnection!)
- trackingCompany (String)
- trackingInfo ([FulfillmentTrackingInfo!]!)
- Anchor to fulfillmentLineItemsfulfillment•Fulfillment
Line Items Line Item Connection! non-null Token access required List of the fulfillment's line items.
- Anchor to firstfirst•Int
Returns up to the first
nelements from the list.- Anchor to afterafter•String
Returns the elements that come after the specified cursor.
- Anchor to lastlast•Int
Returns up to the last
nelements from the list.- Anchor to beforebefore•String
Returns the elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- Anchor to trackingCompanytracking•String
Company Token access required The name of the tracking company.
- Anchor to trackingInfotracking•[Fulfillment
Info Tracking Info!]! non-null Token access required Tracking information associated with the fulfillment, such as the tracking number and tracking URL.
- Anchor to firstfirst•Int
Truncate the array result to this size.
Arguments