---
title: >-
  InventoryItem Webhooks Accessible with Product 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-webhooks-accessible-with-product-scopes
  md: >-
    https://shopify.dev/changelog/inventoryitem-webhooks-accessible-with-product-scopes.md
metadata:
  effectiveApiVersion: ''
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
    - displayName: Admin REST API
      handle: admin-rest
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2025-03-31T10:39:31-04:00'
  postedAt: '2025-03-31T14:00:00-04:00'
  updatedAt: '2025-03-31T10:40:40-04:00'
  effectiveAt: '2025-03-31T14:00:00-04:00'
---

March 31, 2025

Tags:

* Admin GraphQL API
* Admin REST API

# InventoryItem Webhooks Accessible with Product Scopes

The scopes for receiving webhooks for the InventoryItem object have been relaxed. [Webhook topics](https://shopify.dev/docs/api/admin-graphql/latest/enums/WebhookSubscriptionTopic) for this object can now be configured with either the `read_inventory` or `read_products` scope.

Specifically, the following topics can now be configured with either scope:

* `INVENTORY_ITEMS_CREATE`
* `INVENTORY_ITEMS_DELETE`
* `INVENTORY_ITEMS_UPDATE`

These changes apply to all API versions.
