---
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'
metadata:
  effectiveApiVersion: ''
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2025-03-31T07:31:46-04:00'
  postedAt: '2025-03-31T12:00:00-04:00'
  updatedAt: '2025-03-31T10:40:28-04:00'
  effectiveAt: '2025-04-01T12:00:00-04:00'
---

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.
