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