--- title: FulfillmentLineItem - Customer API description: Represents a line item from an order that's included in a fulfillment. api_version: 2024-10 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2024-10/objects/FulfillmentLineItem' md: >- https://shopify.dev/docs/api/customer/2024-10/objects/FulfillmentLineItem.txt --- # 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/2024-10/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/2024-10/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/2024-10/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/2024-10/objects/Fulfillment#field-fulfillmentLineItems) * <->[FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/customer/2024-10/connections/FulfillmentLineItemConnection#field-nodes) * {}[FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/customer/2024-10/objects/FulfillmentLineItemEdge#field-node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/2024-10/interfaces/Node) interface *** ## ||-FulfillmentLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/2024-10/interfaces/Node)