# ProductSetInventoryInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to set inventory quantities using `productSet` mutation. ### Access Scopes ## Fields * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the location of the inventory quantity being set. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the inventory quantity being set. Must be one of `available` or `on_hand`. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The values to which each quantities will be set. ## Input objects with this input object * [ProductVariantSetInput](/docs/api/admin-graphql/2024-10/input-objects/ProductVariantSetInput) ## Examples