# InventoryQuantityInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for the quantity to be set for an inventory item at a location.

### Access Scopes



## Fields
* [compareQuantity](/docs/api/admin/2025-01/scalars/Int): Int - The current quantity to be compared against the persisted quantity.
* [inventoryItemId](/docs/api/admin/2025-01/scalars/ID): ID! - Specifies the inventory item to which the quantity will be set.
* [locationId](/docs/api/admin/2025-01/scalars/ID): ID! - Specifies the location at which the quantity will be set.
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - The quantity to which the inventory quantity will be set.


## Input objects with this input object
* [InventorySetQuantitiesInput](/docs/api/admin/2025-01/input-objects/InventorySetQuantitiesInput)


## Examples