--- title: >- inventorySetScheduledChanges mutation is being removed with no replacement - 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/inventorysetscheduledchanges-mutation-is-being-removed-with-no-replacement md: >- https://shopify.dev/changelog/inventorysetscheduledchanges-mutation-is-being-removed-with-no-replacement.md metadata: effectiveApiVersion: 2026-07 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: Breaking API Change handle: breaking-api-change indicatesActionRequired: true createdAt: '2026-03-04T16:55:13-05:00' postedAt: '2026-03-09T12:00:00-04:00' updatedAt: '2026-03-05T17:05:26-05:00' effectiveAt: '2026-03-09T12:00:00-04:00' --- March 9, 2026 Tags: * Action Required * Admin GraphQL API * 2026-07 # `inventorySetScheduledChanges` mutation is being removed with no replacement The [`inventorySetScheduledChanges`](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/inventorysetscheduledchanges) mutation will be removed from the GraphQL Admin API in version `2026-07`. This mutation has no replacement, so any apps currently using it should stop relying on it to avoid disruptions. This change is part of our ongoing efforts to streamline and modernize the inventory management APIs, focusing on more robust and consistent methods for handling inventory updates. ### What you need to do Review your app's code for any uses of `inventorySetScheduledChanges` and remove them. If your app depends on scheduled inventory changes, consider alternative approaches such as using the [`inventoryAdjustQuantities`](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/inventoryadjustquantities) mutation for immediate adjustments or integrating with other inventory tools. Refer to the [API reference](https://shopify.dev/docs/api/admin-graphql/latest) for available options.