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