履行事件-FulfillmentEvent 对象

一次描述实现的事件。

所需的访问

read_orders 访问范围。


在本页面


字段

  • 发生在([DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    履行事件发生的时间。
  • id[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • status[FulfillmentEventStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmenteventstatus)
    此履行事件的状态。


返回FulfillmentEvent的类型

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


派生关系

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

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


在本页面


字段

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

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


在本页面


字段

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


返回FulfillmentEventEdge的类型

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