# InventoryAdjustItemInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for items and their adjustments. ### Access Scopes ## Fields * [availableDelta](/docs/api/admin/unstable/scalars/Int): Int! - The change applied to the `available` quantity of the item at the location. * [inventoryItemId](/docs/api/admin/unstable/scalars/ID): ID! - ID of the inventory item to adjust. ## Input objects with this input object * [inventoryBulkAdjustQuantityAtLocation](/docs/api/admin/unstable/mutations/inventoryBulkAdjustQuantityAtLocation) ## Examples