# InventoryScheduledChangeInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a scheduled change of an inventory item. ### Access Scopes ## Fields * [expectedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time that the scheduled change is expected to happen. * [fromName](/docs/api/admin-graphql/2024-10/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. * [toName](/docs/api/admin-graphql/2024-10/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. ## Input objects with this input object * [InventoryScheduledChangeItemInput](/docs/api/admin-graphql/2024-10/input-objects/InventoryScheduledChangeItemInput) ## Examples