FulfillmentOrderLineItem object
Represents a line item belonging to a fulfillment order.
On this page
Fields
- 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 line item. - remainingQuantity (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The number of units remaining to be fulfilled. - totalQuantity (
[Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
)
The total number of units to be fulfilled.
Types that return FulfillmentOrderLineItem
[FulfillmentOrder.lineItems](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder#lineitems-2021-01)
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
An auto-generated type for paginating through multiple FulfillmentOrderLineItems.
On this page
Fields
- edges (
[[FulfillmentOrderLineItemEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem)
)
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 FulfillmentOrderLineItem 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 (
[FulfillmentOrderLineItem!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem)
)
The item at the end of FulfillmentOrderLineItemEdge.
Types that return FulfillmentOrderLineItemEdge
[FulfillmentOrderLineItemConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem#edges-2021-01)