# InventoryMoveQuantityChange - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description Represents the change to be made to an inventory item at a location. The change can either involve the same quantity name between different locations, or involve different quantity names between the same location. ### Access Scopes ## Fields * [from](/docs/api/admin-graphql/2024-10/input-objects/InventoryMoveQuantityTerminalInput): InventoryMoveQuantityTerminalInput! - Details about where the move will be made from. * [inventoryItemId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - Specifies the inventory item to which the change will be applied. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The amount by which the inventory quantity will be changed. * [to](/docs/api/admin-graphql/2024-10/input-objects/InventoryMoveQuantityTerminalInput): InventoryMoveQuantityTerminalInput! - Details about where the move will be made to. ## Input objects with this input object * [InventoryMoveQuantitiesInput](/docs/api/admin-graphql/2024-10/input-objects/InventoryMoveQuantitiesInput) ## Examples