# InventoryScheduledChange - admin-graphql - OBJECT Version: 2024-07 ## Description Returns the scheduled changes to inventory states related to the ledger document. ### Access Scopes `read_inventory` access scope. ## Fields * [expectedAt](/docs/api/admin-graphql/2024-07/scalars/DateTime): DateTime! - The date and time that the scheduled change is expected to happen. * [fromName](/docs/api/admin-graphql/2024-07/scalars/String): String! - The quantity [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#move-inventory-quantities-between-states) to transition from. * [inventoryLevel](/docs/api/admin-graphql/2024-07/objects/InventoryLevel): InventoryLevel! - The quantities of an inventory item that are related to a specific location. * [ledgerDocumentUri](/docs/api/admin-graphql/2024-07/scalars/URL): URL! - A freeform URI that represents what changed the inventory quantities. * [quantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The quantity of the scheduled change associated with the ledger document in the `fromName` state. * [toName](/docs/api/admin-graphql/2024-07/scalars/String): String! - The quantity [name](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps/quantities-states#move-inventory-quantities-between-states) to transition to. ## Connections ## Related queries ## Related mutations * [inventorySetScheduledChanges](/docs/api/admin-graphql/2024-07/mutations/inventorySetScheduledChanges) Set up scheduled changes of inventory items. ## Related Unions ## Examples