--- title: FulfillmentLineItem - Storefront API description: > Records how many units of an [`OrderLineItem`](/docs/api/storefront/2026-01/objects/OrderLineItem) were included in a [`Fulfillment`](/docs/api/storefront/2026-01/objects/Fulfillment). Each order line item has at most one fulfillment line item per fulfillment. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/FulfillmentLineItem' md: >- https://shopify.dev/docs/api/storefront/latest/objects/FulfillmentLineItem.md --- # Fulfillment​Line​Item object Requires `unauthenticated_read_customers` access scope. Records how many units of an [`OrderLineItem`](https://shopify.dev/docs/api/storefront/2026-01/objects/OrderLineItem) were included in a [`Fulfillment`](https://shopify.dev/docs/api/storefront/2026-01/objects/Fulfillment). Each order line item has at most one fulfillment line item per fulfillment. ## Fields * line​Item [Order​Line​Item!](https://shopify.dev/docs/api/storefront/latest/objects/OrderLineItem) non-null Token access required The associated order's line item. * quantity [Int!](https://shopify.dev/docs/api/storefront/latest/scalars/Int) non-null Token access required The amount fulfilled in this fulfillment. *** ## Map ### Fields and connections with this object * [Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/storefront/latest/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems) * [FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/FulfillmentLineItemConnection#returns-nodes) * [FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/FulfillmentLineItemEdge#field-FulfillmentLineItemEdge.fields.node)