--- title: InventoryItem Queryable and Updatable with Products 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/inventoryitem-queryable-and-updatable-with-products-scopes md: https://shopify.dev/changelog/inventoryitem-queryable-and-updatable-with-products-scopes.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 22, 2025 Tags: * Admin GraphQL API # InventoryItem Queryable and Updatable with Products Scopes The scopes for the [InventoryItemInput](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/InventoryItemInput) input object and the [InventoryItem](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/InventoryItem) object have been relaxed. These objects can now be updated and queried using the `write_products` and `read_products` scopes, respectively. Specifically, the following changes have been made: * The `InventoryItemInput` can now be set within `product*` mutations using only the `write_products` scope. * The `InventoryItem` can be queried with either the `read_products` or `read_inventory` scope. However, the following restrictions still apply: * The `inventoryLevel` cannot be queried from the `InventoryItem` object without the `read_inventory` scope. * The `location` cannot be queried without the `read_locations` scope. These changes are applicable across all API versions.