Skip to main content

location

A store location.


Tip

The location object is defined only if one or more locations has local pickup enabled.


Properties

The location's address.

The location's ID.

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.

Anchor to
metafields

The metafields applied to the location.

Tip

To learn about how to create metafields, refer to Create and manage metafields or visit the Shopify Help Center.

The location's name.

{
"address": {},
"id": 62002462785,
"latitude": 43.6556377,
"longitude": -79.38681079999999,
"metafields": {},
"name": "123 Edward Street"
}
Was this section helpful?