FulfillmentEvent object
An event that describes a fulfillment at a time.
Required access
read_orders
access scope.
On this page
Fields
- happenedAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The time at which this fulfillment event happened. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - status (
[FulfillmentEventStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmenteventstatus)
)
The status of this fulfillment event.
Types that return FulfillmentEvent
[Fulfillment.events](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillment#events-2021-01)
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
An auto-generated type for paginating through multiple FulfillmentEvents.
On this page
Fields
- edges (
[[FulfillmentEventEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentevent)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one FulfillmentEvent and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[FulfillmentEvent!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentevent)
)
The item at the end of FulfillmentEventEdge.
Types that return FulfillmentEventEdge
[FulfillmentEventConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentevent#edges-2021-01)