--- title: Location - Storefront API description: Represents a location where product inventory is held. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/location md: https://shopify.dev/docs/api/storefront/latest/objects/location.md --- # Location object Requires `unauthenticated_read_product_pickup_locations` access scope. Represents a location where product inventory is held. ## Fields * address * id * metafield * metafields * name *** ## Map ### Fields and connections with this object * [LocationConnection.nodes](https://shopify.dev/docs/api/storefront/latest/connections/LocationConnection#returns-nodes) * [LocationEdge.node](https://shopify.dev/docs/api/storefront/latest/objects/LocationEdge#field-LocationEdge.fields.node) * [StoreAvailability.location](https://shopify.dev/docs/api/storefront/latest/objects/StoreAvailability#field-StoreAvailability.fields.location) ### Possible type in * [Metafield​Parent​Resource](https://shopify.dev/docs/api/storefront/latest/unions/MetafieldParentResource) *** ## Queries * locations *** ## Location Queries ### Queried by * [locations](https://shopify.dev/docs/api/storefront/latest/queries/locations) *** ## Interfaces * HasMetafields * Node *** ## Location Implements ### Implements * [Has​Metafields](https://shopify.dev/docs/api/storefront/latest/interfaces/HasMetafields) * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)