--- title: Fulfillment - Storefront API description: Represents a single fulfillment in an order. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/Fulfillment md: https://shopify.dev/docs/api/storefront/latest/objects/Fulfillment.md --- # Fulfillment object Requires `unauthenticated_read_customers` access scope. Represents a single fulfillment in an order. ## Fields * fulfillment​Line​Items [Fulfillment​Line​Item​Connection!](https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection) non-null List of the fulfillment's line items. * tracking​Company [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The name of the tracking company. * tracking​Info [\[Fulfillment​Tracking​Info!\]!](https://shopify.dev/docs/api/storefront/latest/objects/FulfillmentTrackingInfo) non-null Tracking information associated with the fulfillment, such as the tracking number and tracking URL. *** ## Map ### Fields with this object * {}[Order.successfulFulfillments](https://shopify.dev/docs/api/storefront/latest/objects/Order#field-Order.fields.successfulFulfillments)