履行订单-FulfillmentOrder 对象

表示履行订单。在Shopify中,履行订单代表要在同一位置执行的订单中的一组一个或多个项目。给定位置的订单可能有多个履行订单。


在本页面


Connections

  • 履行([FulfillmentConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment)
    履行订单的履行清单。
争论 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
  • lineItems([FulfillmentOrderLineItemConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitem)
    履行订单的订单项列表。
争论 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
  • locationForMove([FulfillmentOrderLocationForMoveConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlocationformove)
    履行订单可能会移动到的位置列表。
争论 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false
  • BusinessmanRequests([FulfillmentOrderMerchantRequestConnection!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordermerchantrequest)
    商家针对此履行订单向履行服务发送的请求的列表。
争论 描述
after
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之后的元素。
before
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
返回指定游标之前的元素。
first
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的第一个元素。
kind
() [FulfillmentOrderMerchantRequestKind](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordermerchantrequestkind)
商家发送的请求的种类。
last
() [Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01)
返回n列表中的最后一个元素。
reverse
() [Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
颠倒基础列表的顺序。
默认值:false


字段

  • AssignedLocation([FulfillmentOrderAssignedLocation!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderassignedlocation)
    履行订单的分配位置。这是期望实现的位置。
  • deliveryMethod([DeliveryMethod](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverymethod)
    此履行订单的交付方式。
  • 目的地([FulfillmentOrderDestination](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderdestination)
    项目应发送到的目的地。
  • 满载([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    履行订单将被履行的日期和时间。
  • 编号([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • 订购([Order!](https://shopify.dev/docs/admin-api/graphql/reference/orders/order)
    与履行订单关联的订单。
  • requestStatus([FulfillmentOrderRequestStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderrequeststatus)
    履行订单的请求状态。
  • 状态([FulfillmentOrderStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderstatus)
    履行订单的状态。
  • 支持的操作([[FulfillmentOrderSupportedAction!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentordersupportedaction)
    可以在此履行订单上执行的动作。


返回FulfillmentOrder的类型

  • [Fulfillment.fulfillmentOrders](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment#fulfillmentorders-2021-01)
  • [Order.fulfillmentOrders](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#fulfillmentorders-2021-01)
  • [QueryRoot.fulfillmentOrder](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#fulfillmentorder-2021-01)
  • [Shop.assignedFulfillmentOrders](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#assignedfulfillmentorders-2021-01)
  • [Shop.fulfillmentOrders](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#fulfillmentorders-2021-01)


履行订单变更


派生关系

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

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


在本页面


字段

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

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


在本页面


字段

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


返回FulfillmentOrderEdge的类型

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