--- title: Location ID Queryable with Inventory Scopes - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/location-id-queryable-with-inventory-scopes md: https://shopify.dev/changelog/location-id-queryable-with-inventory-scopes.md --- [Back to Developer changelog](https://shopify.dev/changelog) March 31, 2025 Tags: * Admin GraphQL API # Location ID Queryable with Inventory Scopes The access scopes for the `id` field in the [Location](https://shopify.dev/docs/api/admin-graphql/latest/objects/location) object have been updated. You can now query this field using either the `read_inventory` or `read_locations` scopes. Key changes include: * The `location.id` field in GraphQL can now be queried with just the `read_inventory` or `read_locations` scope. Please note the following restriction: * All other fields of the `Location` object, such as `name` and `address`, still require the `read_locations` scope for querying. These updates apply to all API versions.