# ProductBundleComponentQuantityOption - admin-graphql - OBJECT
Version: 2025-01

## Description
A quantity option related to a bundle.

### Access Scopes
`read_products` access scope.


## Fields
* [name](/docs/api/admin-graphql/2025-01/scalars/String): String! - The name of the option value.
* [parentOption](/docs/api/admin-graphql/2025-01/objects/ProductOption): ProductOption - The option that was created on the parent product.
* [values](/docs/api/admin-graphql/2025-01/objects/ProductBundleComponentQuantityOptionValue): ProductBundleComponentQuantityOptionValue! - The quantity values of the option.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples