# ProductBundleComponentOptionSelectionInput - admin - INPUT_OBJECT
Version: 2025-01

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

### Access Scopes



## Fields
* [componentOptionId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the option present on the component product.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name to create for this option on the parent product.
* [values](/docs/api/admin/2025-01/scalars/String): String! - Array of selected option values.


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


## Examples