ShopAddress - admin-graphql - OBJECT
Version: 2024-10
Description:
An address for a shop.
Access Scopes
Fields
-
address1:
String -
The first line of the address. Typically the street address or PO Box number.
-
address2:
String -
The second line of the address. Typically the number of the apartment, suite, or unit.
-
city:
String -
The name of the city, district, village, or town.
-
company:
String -
The name of the company or organization.
-
coordinatesValidated:
Boolean! -
Whether the address coordinates are valid.
-
country:
String -
The name of the country.
-
countryCode:
String -
The two-letter code for the country of the address.
For example, US.
-
countryCodeV2:
CountryCode -
The two-letter code for the country of the address.
For example, US.
-
firstName:
String -
The first name.
-
formatted:
String! -
A formatted version of the address, customized by the provided arguments.
-
formattedArea:
String -
A comma-separated list of the values for city, province, and country.
-
id:
ID! -
A globally-unique ID.
-
lastName:
String -
The last name.
-
latitude:
Float -
The latitude coordinate of the address.
-
longitude:
Float -
The longitude coordinate of the address.
-
name:
String -
The full name, based on firstName and lastName.
-
phone:
String -
A phone number associated with the address.
Formatted using E.164 standard. For example, _+16135551111_.
-
province:
String -
The region of the address, such as the province, state, or district.
-
provinceCode:
String -
The alphanumeric code for the region.
For example, ON.
-
zip:
String -
The zip or postal code of the address.
Connections
Related queries
Related mutations
Related Unions
Examples