stack

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

AdminTypes.LocationAddress interface

Represents the address of a location.

Signature:

export interface LocationAddress 

Properties

Property Modifiers Type Description
address1?   Maybe<Scalars[‘String’][‘output’]> (Optional) The first line of the address for the location.
address2?   Maybe<Scalars[‘String’][‘output’]> (Optional) The second line of the address for the location.
city?   Maybe<Scalars[‘String’][‘output’]> (Optional) The city of the location.
country?   Maybe<Scalars[‘String’][‘output’]> (Optional) The country of the location.
countryCode?   Maybe<Scalars[‘String’][‘output’]> (Optional) The country code of the location.
formatted   Array<Scalars[‘String’][‘output’]> A formatted version of the address for the location.
latitude?   Maybe<Scalars[‘Float’][‘output’]> (Optional) The approximate latitude coordinates of the location.
longitude?   Maybe<Scalars[‘Float’][‘output’]> (Optional) The approximate longitude coordinates of the location.
phone?   Maybe<Scalars[‘String’][‘output’]> (Optional) The phone number of the location.
province?   Maybe<Scalars[‘String’][‘output’]> (Optional) The province of the location.
provinceCode?   Maybe<Scalars[‘String’][‘output’]> (Optional) The code for the province, state, or district of the address of the location.
zip?   Maybe<Scalars[‘String’][‘output’]> (Optional) The ZIP code of the location.