Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOriginAddress
The address at which the fulfillment occurred. Typically this is the address of the warehouse or fulfillment center.
Signature:
export interface FulfillmentOriginAddress
Property | Modifiers | Type | Description |
---|---|---|---|
address1? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The street address of the fulfillment location. | |
address2? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The second line of the address. Typically the number of the apartment, suite, or unit. | |
city? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The city in which the fulfillment location is located. | |
countryCode | Scalars[‘String’][‘output’] | The country code of the fulfillment location. | |
provinceCode? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The province code of the fulfillment location. | |
zip? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The zip code of the fulfillment location. |