FulfillmentLineItem object
Represents a line item from an order that’s included in a fulfillment.
Required access
read_orders
access scope.
On this page
Fields
- discountedTotalSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
The total price after discounts are applied in shop and presentment currencies. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - lineItem (
[LineItem!](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem)
)
The associated order’s line item. - originalTotalSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
The total price before discounts are applied in shop and presentment currencies. - quantity (
[Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
Number of line items in the fulfillment.
Types that return FulfillmentLineItem
[Fulfillment.fulfillmentLineItems](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment#fulfillmentlineitems-2021-01)
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
Deprecated fields
Show/Hide
An auto-generated type for paginating through multiple FulfillmentLineItems.
On this page
Fields
- edges (
[[FulfillmentLineItemEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentlineitem)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one FulfillmentLineItem and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[FulfillmentLineItem!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentlineitem)
)
The item at the end of FulfillmentLineItemEdge.
Types that return FulfillmentLineItemEdge
[FulfillmentLineItemConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentlineitem#edges-2021-01)