# ProductBundleComponentQuantityOptionValueInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a single quantity option value related to a component product.

### Access Scopes



## Fields
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name associated with the option, e.g. one-pack, two-pack.
* [quantity](/docs/api/admin/2025-01/scalars/Int): Int! - How many of the variant will be included for the option value (e.g. two-pack has quantity 2).


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


## Examples