--- title: inventorySetScheduledChanges - GraphQL Admin description: |- Set up scheduled changes of inventory items. > Caution: > As of 2026-01, this mutation supports an optional idempotency key using the `@idempotent` directive. > As of 2026-04, the idempotency key is required and must be provided using the `@idempotent` directive. > For more information, see the [idempotency documentation](https://shopify.dev/docs/api/usage/idempotent-requests). api_version: 2025-07 api_name: admin type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/inventorysetscheduledchanges md: https://shopify.dev/docs/api/admin-graphql/2025-07/mutations/inventorysetscheduledchanges.md --- # inventory​Set​Scheduled​Changes mutation Requires `write_inventory` access scope. Also: The user must have permission to update an inventory. Deprecated. Scheduled changes will be phased out in a future version. Set up scheduled changes of inventory items. *** **Caution:** As of 2026-01, this mutation supports an optional idempotency key using the \@idempotent\ directive. As of 2026-04, the idempotency key is required and must be provided using the \@idempotent\ directive. For more information, see the \idempotency documentation\. *** ## Arguments * input [Inventory​Set​Scheduled​Changes​Input!](https://shopify.dev/docs/api/admin-graphql/2025-07/input-objects/InventorySetScheduledChangesInput) required The input fields for setting up scheduled changes of inventory items. *** ## Inventory​Set​Scheduled​Changes​Payload returns * scheduled​Changes [\[Inventory​Scheduled​Change!\]](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/InventoryScheduledChange) The scheduled changes that were created. * user​Errors [\[Inventory​Set​Scheduled​Changes​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/InventorySetScheduledChangesUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### inventorySetScheduledChanges reference