--- title: Fulfillment - Customer API description: Represents a single fulfillment in an order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/fulfillment md: https://shopify.dev/docs/api/customer/latest/objects/fulfillment.md --- # Fulfillment object Represents a single fulfillment in an order. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the fulfillment was created. * estimated​Delivery​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The estimated delivery time of this fulfillment. * events [Fulfillment​Event​Connection!](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentEventConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A collection of fulfillment events. * fulfillment​Line​Items [Fulfillment​Line​Item​Connection!](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentLineItemConnection) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line items in the fulfillment. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * is​Picked​Up [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether the fulfillment is picked up locally. * latest​Shipment​Status [Fulfillment​Event​Status](https://shopify.dev/docs/api/customer/latest/enums/FulfillmentEventStatus) The latest shipment status for the fulfillment. * requires​Shipping [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Whether any line items in the fulfillment require shipping. * status [Fulfillment​Status](https://shopify.dev/docs/api/customer/latest/enums/FulfillmentStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the fulfillment. * tracking​Information [\[Tracking​Information!\]!](https://shopify.dev/docs/api/customer/latest/objects/TrackingInformation) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The tracking information associated with the fulfillment. * updated​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null The date and time when the fulfillment was updated. *** ## Map ### Fields and connections with this object * <->[FulfillmentConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentConnection#field-nodes) * {}[FulfillmentEdge.node](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentEdge#field-node) * {}[Order.fulfillments](https://shopify.dev/docs/api/customer/latest/objects/Order#field-fulfillments) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-Fulfillment Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)