--- title: Fulfillment - Customer API description: Represents a single fulfillment in an order. api_version: 2026-01 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 * createdAt * estimatedDeliveryAt * events * fulfillmentLineItems * id * isPickedUp * latestShipmentStatus * requiresShipping * status * trackingInformation * updatedAt *** ## Map ### Fields and connections with this object * [FulfillmentConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentConnection#returns-nodes) * [FulfillmentEdge.node](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentEdge#field-FulfillmentEdge.fields.node) * [Order.fulfillments](https://shopify.dev/docs/api/customer/latest/objects/Order#field-Order.fields.fulfillments) *** ## Interfaces * Node *** ## Fulfillment Implements ### Implements * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)