# InventoryScheduledChangeItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the inventory item associated with the scheduled changes that need to be applied. ### Access Scopes ## Fields * [inventoryItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the inventory item. * [ledgerDocumentUri](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - A freeform URI that represents what changed the inventory quantities. * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the location. * [scheduledChanges](/docs/api/admin-graphql/2024-10/input-objects/InventoryScheduledChangeInput): InventoryScheduledChangeInput! - An array of all the scheduled changes for the item. ## Input objects with this input object * [InventorySetScheduledChangesInput](/docs/api/admin-graphql/2024-10/input-objects/InventorySetScheduledChangesInput) ## Examples