Location - storefront - OBJECT
Version: 2024-10
Description:
Represents a location where product inventory is held.
Access Scopes
`unauthenticated_read_product_pickup_locations` access scope.
Fields
-
address:
LocationAddress! -
The address of the location.
-
id:
ID! -
A globally-unique ID.
-
metafield:
Metafield -
Returns a metafield found by namespace and key.
-
metafields:
Metafield! -
The metafields associated with the resource matching the supplied list of namespaces and keys.
-
name:
String! -
The name of the location.
Connections
Related queries
-
locations
List of the shop's locations that support in-store pickup.
When sorting by distance, you must specify a location via the `near` argument.
Related mutations
Related Unions
Examples