--- title: FulfillmentLineItem - Customer API description: Represents a line item from an order that's included in a fulfillment. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/objects/FulfillmentLineItem' md: 'https://shopify.dev/docs/api/customer/2025-01/objects/FulfillmentLineItem.md' --- # Fulfillment​Line​Item object Represents a line item from an order that's included in a fulfillment. ## Fields * id [ID!](https://shopify.dev/docs/api/customer/2025-01/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/2025-01/objects/LineItem) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line item associated with the order. * quantity [Int](https://shopify.dev/docs/api/customer/2025-01/scalars/Int) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of line items in the fulfillment. *** ## Map ### Fields and connections with this object * {}[Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/customer/2025-01/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems) * <->[FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/customer/2025-01/connections/FulfillmentLineItemConnection#returns-nodes) * {}[FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/customer/2025-01/objects/FulfillmentLineItemEdge#field-FulfillmentLineItemEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) interface *** ## ||-FulfillmentLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node)