location
A store location.
Properties
The latitude of the location's address.
If the location's address isn't verified, then
nil
is returned.The longitude of the location's address.
If the location's address isn't verified, then
nil
is returned.- metafields
The metafields applied to the location.
TipTo learn about how to create metafields, refer to Create and manage metafields or visit the Shopify Help Center.
Anchor to
{
"address": {},
"id": 62002462785,
"latitude": 43.6556377,
"longitude": -79.38681079999999,
"metafields": {},
"name": "123 Edward Street"
}
{
"address": {},
"id": 62002462785,
"latitude": 43.6556377,
"longitude": -79.38681079999999,
"metafields": {},
"name": "123 Edward Street"
}
Was this section helpful?