LocationAddress - storefront - OBJECT
Version: 2024-04
Description:
Represents the address of a location.
Access Scopes
Fields
-
address1:
String -
The first line of the address for the location.
-
address2:
String -
The second line of the address for the location.
-
city:
String -
The city of the location.
-
country:
String -
The country of the location.
-
countryCode:
String -
The country code of the location.
-
formatted:
String! -
A formatted version of the address for the location.
-
latitude:
Float -
The latitude coordinates of the location.
-
longitude:
Float -
The longitude coordinates of the location.
-
phone:
String -
The phone number of the location.
-
province:
String -
The province of the location.
-
provinceCode:
String -
The code for the province, state, or district of the address of the location.
-
zip:
String -
The ZIP code of the location.
Connections
Related queries
Related mutations
Related Unions
Examples