--- 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: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/objects/fulfillmentlineitem md: https://shopify.dev/docs/api/storefront/2025-01/objects/fulfillmentlineitem.md --- # 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/2025-01/objects/OrderLineItem) non-null The associated order's line item. * quantity [Int!](https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems) * <->[FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/storefront/2025-01/connections/FulfillmentLineItemConnection#returns-nodes) * {}[FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/storefront/2025-01/objects/FulfillmentLineItemEdge#field-FulfillmentLineItemEdge.fields.node)