Fulfillment
Represents a single fulfillment in an order.
Anchor to FieldsFields
- createdAt (DateTime!)
- estimatedDeliveryAt (DateTime)
- events (FulfillmentEventConnection!)
- fulfillmentLineItems (FulfillmentLineItemConnection!)
- id (ID!)
- isPickedUp (Boolean!)
- latestShipmentStatus (FulfillmentEventStatus)
- requiresShipping (Boolean!)
- status (FulfillmentStatus)
- trackingInformation ([TrackingInformation!]!)
- updatedAt (DateTime!)
- Anchor to createdAtcreated•Date
At Time! non-nullPre-auth accessible The date and time when the fulfillment was created.
- Anchor to estimatedDeliveryAtestimated•Date
Delivery At Time The estimated delivery time of this fulfillment.
- Anchor to eventsevents•Fulfillment
Event Connection! non-nullPre-auth accessible A collection of fulfillment events.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
- Anchor to sortKeysort•Fulfillment
Key Event Sort Keys Default:ID Sort the underlying list using a key. If your query is slow or returns an error, then try specifying a sort key that matches the field used in the search.
- Anchor to queryquery•String
A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.
Arguments
- Anchor to fulfillmentLineItemsfulfillment•Fulfillment
Line Items Line Item Connection! non-nullPre-auth accessible The line items in the fulfillment.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
- •ID!non-nullPre-auth accessible
A globally-unique ID.
- Anchor to isPickedUpis•Boolean!
Picked Up non-nullPre-auth accessible Whether the fulfillment is picked up locally.
- Anchor to latestShipmentStatuslatest•Fulfillment
Shipment Status Event Status The latest shipment status for the fulfillment.
- Anchor to requiresShippingrequires•Boolean!
Shipping non-nullPre-auth accessible Whether any line items in the fulfillment require shipping.
- Anchor to statusstatus•Fulfillment
Status The status of the fulfillment.
- Anchor to trackingInformationtracking•[Tracking
Information Information!]! non-nullPre-auth accessible The tracking information associated with the fulfillment.
- Anchor to updatedAtupdated•Date
At Time! non-null The date and time when the fulfillment was updated.