---
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
metadata:
  effectiveApiVersion: ''
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2025-01-21T17:23:20-05:00'
  postedAt: '2025-01-22T12:00:00-05:00'
  updatedAt: '2025-01-22T08:11:28-05:00'
  effectiveAt: '2025-01-22T12:00:00-05:00'
---

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.
