# InventorySetQuantityInput - 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
* [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
* [InventorySetOnHandQuantitiesInput](/docs/api/admin/2025-01/input-objects/InventorySetOnHandQuantitiesInput)


## Examples