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