Fulfillment - customer - OBJECT
Version: 2025-01
Description:
Represents a single fulfillment in an order.
Access Scopes
Fields
-
createdAt:
DateTime! -
The date and time when the fulfillment was created.
-
estimatedDeliveryAt:
DateTime -
The estimated delivery time of this fulfillment.
-
id:
ID! -
A globally-unique ID.
-
isPickedUp:
Boolean! -
Whether the fulfillment is picked up locally.
-
latestShipmentStatus:
FulfillmentEventStatus -
The latest shipment status for the fulfillment.
-
requiresShipping:
Boolean! -
Whether any line items in the fulfillment require shipping.
-
status:
FulfillmentStatus -
The status of the fulfillment.
-
trackingInformation:
TrackingInformation! -
The tracking information associated with the fulfillment.
-
updatedAt:
DateTime! -
The date and time when the fulfillment was updated.
Connections
Related queries
Related mutations
Related Unions
Examples