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