# ProductSetInventoryInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields required to set inventory quantities using `productSet` mutation.

### Access Scopes



## Fields
* [locationId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the location of the inventory quantity being set.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the inventory quantity being set. Must be one of `available` or `on_hand`.
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - The values to which each quantities will be set.


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


## Examples