--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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.