# InventoryAdjustQuantityInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields required to adjust the inventory quantity. ### Access Scopes ## Fields * [availableDelta](/docs/api/admin/unstable/scalars/Int): Int! - The change applied to the `available` quantity of the item at the location. * [inventoryLevelId](/docs/api/admin/unstable/scalars/ID): ID! - ID of the inventory level to adjust. ## Input objects with this input object * [inventoryAdjustQuantity](/docs/api/admin/unstable/mutations/inventoryAdjustQuantity) ## Examples