ST-2026-079 · API endpoints & versions
Shopify removes inventorySetScheduledChanges with no replacement
Shopify removes the inventorySetScheduledChanges mutation from Admin GraphQL API 2026-07 without a like-for-like replacement for scheduled inventory changes.
Previous state
Apps could schedule future inventory changes through inventorySetScheduledChanges.
Current state
The mutation is removed with no like-for-like replacement. inventoryAdjustQuantities can apply immediate adjustments but does not preserve scheduled-change semantics.
Affected users
Who needs to care
Shopify apps using scheduled inventory changes through the Admin GraphQL API.
Required response
What to do
Remove calls to inventorySetScheduledChanges and redesign scheduling behaviour rather than treating immediate quantity adjustment as equivalent.
Evidence boundary
What the source does not prove
inventoryAdjustQuantities is an immediate adjustment mechanism, not a replacement for scheduled inventory semantics.
Lifecycle history
Dated event sequence
- Removal announced
Shopify documented that the mutation would be removed without replacement.
- API version boundary
The mutation is absent from Admin GraphQL API 2026-07.
Evidence ledger
First-party sources
- 01Shopify Developer Changelog — inventorySetScheduledChanges mutation is being removed with no replacement
Official developer changelog · 2026-03-09
Open official source ↗