stack

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

AdminTypes.LocationEditAddressInput interface

The input fields to use to edit the address of a location.

Signature:

export interface LocationEditAddressInput 

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?   InputMaybe<CountryCode | `${CountryCode}`> (Optional) 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 location.