--- title: FulfillmentLineItem - Storefront API description: >- Represents a single line item in a fulfillment. There is at most one fulfillment line item for each order line item. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/objects/FulfillmentLineItem' md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/FulfillmentLineItem.txt --- # Fulfillment​Line​Item object Requires `unauthenticated_read_customers` access scope. Represents a single line item in a fulfillment. There is at most one fulfillment line item for each order line item. ## Fields * line​Item [Order​Line​Item!](https://shopify.dev/docs/api/storefront/2024-10/objects/OrderLineItem) non-null The associated order's line item. * quantity [Int!](https://shopify.dev/docs/api/storefront/2024-10/scalars/Int) non-null The amount fulfilled in this fulfillment. *** ## Map ### Fields and connections with this object * {}[Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/storefront/2024-10/objects/Fulfillment#field-fulfillmentLineItems) * <->[FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/storefront/2024-10/connections/FulfillmentLineItemConnection#field-nodes) * {}[FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/storefront/2024-10/objects/FulfillmentLineItemEdge#field-node)