Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopAddress
The shop’s billing address.
Signature:
export interface ShopAddress extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
address1? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The first line of the address. Typically the street address or PO Box number. | |
address2? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The second line of the address. Typically the number of the apartment, suite, or unit. | |
city? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the city, district, village, or town. | |
company? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the company or organization. | |
coordinatesValidated | Scalars[‘Boolean’][‘output’] | Whether the address coordinates are valid. | |
country? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the country. | |
countryCode? | Maybe<Scalars[‘String’][‘output’]> | <p>(Optional) The two-letter code for the country of the address.</p><p>For example, US.</p> | |
countryCodeV2? | Maybe<CountryCode | `${CountryCode}`> | <p>(Optional) The two-letter code for the country of the address.</p><p>For example, US.</p> | |
firstName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The first name. | |
formatted | Array<Scalars[‘String’][‘output’]> | A formatted version of the address, customized by the provided arguments. | |
formattedArea? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A comma-separated list of the values for city, province, and country. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
lastName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The last name. | |
latitude? | Maybe<Scalars[‘Float’][‘output’]> | (Optional) The latitude coordinate of the address. | |
longitude? | Maybe<Scalars[‘Float’][‘output’]> | (Optional) The longitude coordinate of the address. | |
name? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The full name, based on firstName and lastName. | |
phone? | Maybe<Scalars[‘String’][‘output’]> | <p>(Optional) A phone number associated with the address.</p><p>Formatted using E.164 standard. For example, _+16135551111_.</p> | |
province? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The region of the address, such as the province, state, or district. | |
provinceCode? | Maybe<Scalars[‘String’][‘output’]> | <p>(Optional) The two-letter code for the region.</p><p>For example, ON.</p> | |
zip? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The zip or postal code of the address. |