# ProductBundleComponentQuantityOptionInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

## Description
Input for the quantity option related to a component product. This will become a new option on the parent bundle product that doesn't have a corresponding option on the component.

### Access Scopes



## Fields
* [name](/docs/api/admin-graphql/2025-01/scalars/String): String! - The option name to create on the parent product.
* [values](/docs/api/admin-graphql/2025-01/input-objects/ProductBundleComponentQuantityOptionValueInput): ProductBundleComponentQuantityOptionValueInput! - Array of option values.


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


## Examples