# FulfillmentEvent - admin-graphql - OBJECT Version: 2024-07 ## Description The fulfillment event that describes the fulfilllment status at a particular time. ### Access Scopes `read_orders` access scope. ## Fields * [address1](/docs/api/admin-graphql/2024-07/scalars/String): String - The street address where this fulfillment event occurred. * [city](/docs/api/admin-graphql/2024-07/scalars/String): String - The city where this fulfillment event occurred. * [country](/docs/api/admin-graphql/2024-07/scalars/String): String - The country where this fulfillment event occurred. * [createdAt](/docs/api/admin-graphql/2024-07/scalars/DateTime): DateTime! - The date and time when the fulfillment event was created. * [estimatedDeliveryAt](/docs/api/admin-graphql/2024-07/scalars/DateTime): DateTime - The estimated delivery date and time of the fulfillment. * [happenedAt](/docs/api/admin-graphql/2024-07/scalars/DateTime): DateTime! - The time at which this fulfillment event happened. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [latitude](/docs/api/admin-graphql/2024-07/scalars/Float): Float - The latitude where this fulfillment event occurred. * [longitude](/docs/api/admin-graphql/2024-07/scalars/Float): Float - The longitude where this fulfillment event occurred. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String - A message associated with this fulfillment event. * [province](/docs/api/admin-graphql/2024-07/scalars/String): String - The province where this fulfillment event occurred. * [status](/docs/api/admin-graphql/2024-07/enums/FulfillmentEventStatus): FulfillmentEventStatus! - The status of this fulfillment event. * [zip](/docs/api/admin-graphql/2024-07/scalars/String): String - The zip code of the location where this fulfillment event occurred. ## Connections ## Related queries ## Related mutations * [fulfillmentEventCreate](/docs/api/admin-graphql/2024-07/mutations/fulfillmentEventCreate) Creates a fulfillment event for a specified fulfillment. ## Related Unions ## Examples