stack

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

AdminTypes.LocationSuggestedAddress interface

Represents a suggested address for a location.

Signature:

export interface LocationSuggestedAddress 

Properties

Property Modifiers Type Description
address1?   Maybe<Scalars[‘String’][‘output’]> (Optional) The first line of the suggested address.
address2?   Maybe<Scalars[‘String’][‘output’]> (Optional) The second line of the suggested address.
city?   Maybe<Scalars[‘String’][‘output’]> (Optional) The city of the suggested address.
country?   Maybe<Scalars[‘String’][‘output’]> (Optional) The country of the suggested address.
countryCode?   Maybe<CountryCode | `${CountryCode}`> (Optional) The country code of the suggested address.
formatted   Array<Scalars[‘String’][‘output’]> A formatted version of the suggested address.
province?   Maybe<Scalars[‘String’][‘output’]> (Optional) The province of the suggested address.
provinceCode?   Maybe<Scalars[‘String’][‘output’]> (Optional) The code for the province, state, or district of the suggested address.
zip?   Maybe<Scalars[‘String’][‘output’]> (Optional) The ZIP code of the suggested address.