履行订单的订单项-FulfillmentOrderLineItem 对象

代表属于履行订单的订单项。


在本页面


字段

  • 编号([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • lineItem([LineItem!](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem)
    关联的订单行项目。
  • 剩余数量([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    剩余要完成的单元数。
  • totalQuantity([Int!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
    要完成的单位总数。


返回FulfillmentOrderLineItem的类型

  • [FulfillmentOrder.lineItems](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder#lineitems-2021-01)


派生关系

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)

自动生成的类型,用于通过多个FulfillmentOrderLineItems分页。


在本页面


字段

  • 边([[FulfillmentOrderLineItemEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem)
    边列表。
  • pageInfo([PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
    有助于分页的信息。

一种自动生成的类型,在分页期间包含一个FulfillmentOrderLineItem和一个光标。


在本页面


字段

  • 光标([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    用于分页的光标。
  • 节点([FulfillmentOrderLineItem!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem)
    FulfillmentOrderLineItemEdge末尾的项目。


返回FulfillmentOrderLineItemEdge的类型

  • [FulfillmentOrderLineItemConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem#edges-2021-01)