--- title: FulfillmentLineItem - GraphQL Admin description: Represents a line item from an order that's included in a fulfillment. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/fulfillmentlineitem md: https://shopify.dev/docs/api/admin-graphql/latest/objects/fulfillmentlineitem.md --- # Fulfillment​Line​Item object Requires `read_orders` access scope or `read_marketplace_orders` access scope. Represents a line item from an order that's included in a fulfillment. ## Fields * discounted​Total​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag) non-null The total price after discounts are applied in shop and presentment currencies. This value doesn't include order-level discounts. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * line​Item [Line​Item!](https://shopify.dev/docs/api/admin-graphql/latest/objects/LineItem) non-null The associated order's line item. * original​Total​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyBag) non-null The total price before discounts are applied in shop and presentment currencies. * quantity [Int](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) Number of line items in the fulfillment. ### Deprecated fields * discounted​Total [Money!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Money) non-nullDeprecated * original​Total [Money!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Money) non-nullDeprecated *** ## Map ### Fields and connections with this object * {}[CalculatedReturnLineItem.fulfillmentLineItem](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedReturnLineItem#field-CalculatedReturnLineItem.fields.fulfillmentLineItem) * {}[Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/api/admin-graphql/latest/objects/Fulfillment#field-Fulfillment.fields.fulfillmentLineItems) * <->[FulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/FulfillmentLineItemConnection#returns-nodes) * {}[FulfillmentLineItemEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentLineItemEdge#field-FulfillmentLineItemEdge.fields.node) * {}[ReturnLineItem.fulfillmentLineItem](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnLineItem#field-ReturnLineItem.fields.fulfillmentLineItem) * {}[ReturnableFulfillmentLineItem.fulfillmentLineItem](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnableFulfillmentLineItem#field-ReturnableFulfillmentLineItem.fields.fulfillmentLineItem) * {}[ReverseFulfillmentOrderLineItem.fulfillmentLineItem](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReverseFulfillmentOrderLineItem#field-ReverseFulfillmentOrderLineItem.fields.fulfillmentLineItem) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-FulfillmentLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)