Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentEventInput
The input fields used to create a fulfillment event.
Signature:
export interface FulfillmentEventInput
Property | Modifiers | Type | Description |
---|---|---|---|
address1? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The street address where this fulfillment event occurred. | |
city? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The city where this fulfillment event occurred. | |
country? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The country where this fulfillment event occurred. | |
estimatedDeliveryAt? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The estimated delivery date and time of the fulfillment. | |
fulfillmentId | Scalars[‘ID’][‘input’] | The ID for the fulfillment that’s associated with this fulfillment event. | |
happenedAt? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The time at which this fulfillment event happened. | |
latitude? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The latitude where this fulfillment event occurred. | |
longitude? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The longitude where this fulfillment event occurred. | |
message? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A message associated with this fulfillment event. | |
province? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The province where this fulfillment event occurred. | |
status | FulfillmentEventStatus | `${FulfillmentEventStatus}` | The status of this fulfillment event. | |
zip? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The zip code of the location where this fulfillment event occurred. |