stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentEvent

AdminTypes.FulfillmentEvent interface

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

Signature:

export interface FulfillmentEvent extends Node 

Extends: Node

Properties

Property Modifiers Type Description
address1?   Maybe<Scalars[‘String’][‘output’]> (Optional) The street address where this fulfillment event occurred.
city?   Maybe<Scalars[‘String’][‘output’]> (Optional) The city where this fulfillment event occurred.
country?   Maybe<Scalars[‘String’][‘output’]> (Optional) The country where this fulfillment event occurred.
estimatedDeliveryAt?   Maybe<Scalars[‘DateTime’][‘output’]> (Optional) The estimated delivery date and time of the fulfillment.
happenedAt   Scalars[‘DateTime’][‘output’] The time at which this fulfillment event happened.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
latitude?   Maybe<Scalars[‘Float’][‘output’]> (Optional) The latitude where this fulfillment event occurred.
longitude?   Maybe<Scalars[‘Float’][‘output’]> (Optional) The longitude where this fulfillment event occurred.
message?   Maybe<Scalars[‘String’][‘output’]> (Optional) A message associated with this fulfillment event.
province?   Maybe<Scalars[‘String’][‘output’]> (Optional) The province where this fulfillment event occurred.
status   FulfillmentEventStatus | `${FulfillmentEventStatus}` The status of this fulfillment event.
zip?   Maybe<Scalars[‘String’][‘output’]> (Optional) The zip code of the location where this fulfillment event occurred.