--- title: FulfillmentEvent - Customer API description: An event that occurred for a fulfillment. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/fulfillmentevent md: https://shopify.dev/docs/api/customer/latest/objects/fulfillmentevent.md --- # Fulfillment​Event object An event that occurred for a fulfillment. ## Fields * happened​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The time when this fulfillment event occurred. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * status [Fulfillment​Event​Status!](https://shopify.dev/docs/api/customer/latest/enums/FulfillmentEventStatus) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the fulfillment event. *** ## Map ### Fields and connections with this object * {}[Fulfillment.events](https://shopify.dev/docs/api/customer/latest/objects/Fulfillment#field-events) * <->[FulfillmentEventConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/FulfillmentEventConnection#field-nodes) * {}[FulfillmentEventEdge.node](https://shopify.dev/docs/api/customer/latest/objects/FulfillmentEventEdge#field-node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-FulfillmentEvent Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)