# FulfillmentEventInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to create a fulfillment event. ### Access Scopes ## Fields * [address1](/docs/api/admin-graphql/2024-10/scalars/String): String - The street address where this fulfillment event occurred. * [city](/docs/api/admin-graphql/2024-10/scalars/String): String - The city where this fulfillment event occurred. * [country](/docs/api/admin-graphql/2024-10/scalars/String): String - The country where this fulfillment event occurred. * [estimatedDeliveryAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The estimated delivery date and time of the fulfillment. * [fulfillmentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID for the fulfillment that's associated with this fulfillment event. * [happenedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The time at which this fulfillment event happened. * [latitude](/docs/api/admin-graphql/2024-10/scalars/Float): Float - The latitude where this fulfillment event occurred. * [longitude](/docs/api/admin-graphql/2024-10/scalars/Float): Float - The longitude where this fulfillment event occurred. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String - A message associated with this fulfillment event. * [province](/docs/api/admin-graphql/2024-10/scalars/String): String - The province where this fulfillment event occurred. * [status](/docs/api/admin-graphql/2024-10/enums/FulfillmentEventStatus): FulfillmentEventStatus! - The status of this fulfillment event. * [zip](/docs/api/admin-graphql/2024-10/scalars/String): String - The zip code of the location where this fulfillment event occurred. ## Input objects with this input object * [fulfillmentEventCreate](/docs/api/admin-graphql/2024-10/mutations/fulfillmentEventCreate) ## Examples