stack

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

AdminTypes.LocationAddAddressInput interface

The input fields to use to specify the address while adding a location.

Signature:

export interface LocationAddAddressInput 

Properties

Property Modifiers Type Description
address1?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The first line of the address.
address2?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The second line of the address.
city?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The name of the city, district, village, or town.
countryCode   CountryCode | `${CountryCode}` The two-letter code of country for the address.
phone?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The phone number of the location.
provinceCode?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The code for the region of the address, such as the state, province, or district. For example CA for California, United States.
zip?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The ZIP code or postal code of the address.