stack

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

AdminTypes.FulfillmentOrderDestination interface

Represents the destination where the items should be sent upon fulfillment.

Signature:

export interface FulfillmentOrderDestination extends Node 

Extends: Node

Properties

Property Modifiers Type Description
address1?   Maybe<Scalars[‘String’][‘output’]> (Optional) The first line of the address of the destination.
address2?   Maybe<Scalars[‘String’][‘output’]> (Optional) The second line of the address of the destination.
city?   Maybe<Scalars[‘String’][‘output’]> (Optional) The city of the destination.
company?   Maybe<Scalars[‘String’][‘output’]> (Optional) The company of the destination.
countryCode?   Maybe<CountryCode | `${CountryCode}`> (Optional) The two-letter country code of the destination.
email?   Maybe<Scalars[‘String’][‘output’]> (Optional) The email of the customer at the destination.
firstName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The first name of the customer at the destination.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
lastName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The last name of the customer at the destination.
phone?   Maybe<Scalars[‘String’][‘output’]> (Optional) The phone number of the customer at the destination.
province?   Maybe<Scalars[‘String’][‘output’]> (Optional) The province of the destination.
zip?   Maybe<Scalars[‘String’][‘output’]> (Optional) The ZIP code of the destination.