# 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](/docs/api/storefront/2024-10/objects/LocationAddress): LocationAddress! - The address of the location. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/storefront/2024-10/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [metafields](/docs/api/storefront/2024-10/objects/Metafield): Metafield! - A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. * [name](/docs/api/storefront/2024-10/scalars/String): String! - The name of the location. ## Connections ## Related queries * [locations](/docs/api/storefront/2024-10/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 * [MetafieldParentResource](/docs/api/storefront/2024-10/unions/MetafieldParentResource) A resource that the metafield belongs to. ## Examples