# FulfillmentEvent - admin - OBJECT
Version: 2025-01

## Description
The fulfillment event that describes the fulfilllment status at a particular time.

### Access Scopes
`read_orders` access scope.


## Fields
* [address1](/docs/api/admin/2025-01/scalars/String): String - The street address where this fulfillment event occurred.
* [city](/docs/api/admin/2025-01/scalars/String): String - The city where this fulfillment event occurred.
* [country](/docs/api/admin/2025-01/scalars/String): String - The country where this fulfillment event occurred.
* [createdAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date and time when the fulfillment event was created.
* [estimatedDeliveryAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime - The estimated delivery date and time of the fulfillment.
* [happenedAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The time at which this fulfillment event happened.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [latitude](/docs/api/admin/2025-01/scalars/Float): Float - The latitude where this fulfillment event occurred.
* [longitude](/docs/api/admin/2025-01/scalars/Float): Float - The longitude where this fulfillment event occurred.
* [message](/docs/api/admin/2025-01/scalars/String): String - A message associated with this fulfillment event.
* [province](/docs/api/admin/2025-01/scalars/String): String - The province where this fulfillment event occurred.
* [status](/docs/api/admin/2025-01/enums/FulfillmentEventStatus): FulfillmentEventStatus! - The status of this fulfillment event.
* [zip](/docs/api/admin/2025-01/scalars/String): String - The zip code of the location where this fulfillment event occurred.

## Connections



## Related queries

## Related mutations
* [fulfillmentEventCreate](/docs/api/admin/2025-01/mutations/fulfillmentEventCreate) Creates a fulfillment event for a specified fulfillment.

## Related Unions

## Examples