履行订单移动位置-FulfillmentOrderLocationForMove 对象

履行订单可能会移动到的位置。

在本页面


字段

  • 位置([Location!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location)
    该位置被视为履行订单的新分配位置。
  • 讯息([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    具有执行顺序或其部分订单项无法移动到该位置的原因的人类可读字符串。
  • 可动([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)
    履行订单是否可以移动到该位置。


返回FulfillmentOrderLocationForMove的类型

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

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


在本页面


字段

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

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


在本页面


字段

  • cursor[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    用于分页的光标。
  • node[FulfillmentOrderLocationForMove!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlocationformove)
    FulfillmentOrderLocationForMoveEdge末尾的项目。


返回FulfillmentOrderLocationForMoveEdge的类型

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