# InventorySetScheduledChangesInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for setting up scheduled changes of inventory items. ### Access Scopes ## Fields * [items](/docs/api/admin-graphql/2024-10/input-objects/InventoryScheduledChangeItemInput): InventoryScheduledChangeItemInput! - The list of all the items on which the scheduled changes need to be applied. * [reason](/docs/api/admin-graphql/2024-10/scalars/String): String! - The reason for setting up the scheduled changes. * [referenceDocumentUri](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - A freeform URI that represents why the inventory change happened. This can be the entity adjusting inventory quantities or the Shopify resource that's associated with the inventory adjustment. For example, a unit in a draft order might have been previously reserved, and a merchant later creates an order from the draft order. In this case, the `referenceDocumentUri` for the inventory adjustment is a URI referencing the order ID. ## Input objects with this input object * [inventorySetScheduledChanges](/docs/api/admin-graphql/2024-10/mutations/inventorySetScheduledChanges) ## Examples