草案完成-DraftFulfillment 对象

返回未完成的订单项,按其履行服务分组。每个履行草案都包含其他信息,例如,履行是否需要运输以及是否可以为其打印运输标签。

所需的访问

read_orders 访问范围。


在本页面


字段

  • allowLabelPurchase[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    是否可以购买标签。
  • lineItems[[LineItem!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/lineitem)
    属于此实现草案的订单项(可能对应于变体)。
  • requireShipping[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    履行是否需要运输。
  • service[FulfillmentService!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservice)
    负责履行任务的服务。