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

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

### Access Scopes



## Fields
* [optionSelections](/docs/api/admin-graphql/2025-01/input-objects/ProductBundleComponentOptionSelectionInput): ProductBundleComponentOptionSelectionInput! - The options to use in the component product, and the values for the option.
* [productId](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - The ID of the component product to add to the bundle product.
* [quantity](/docs/api/admin-graphql/2025-01/scalars/Int): Int - The quantity of the component product to add to the bundle product.
* [quantityOption](/docs/api/admin-graphql/2025-01/input-objects/ProductBundleComponentQuantityOptionInput): ProductBundleComponentQuantityOptionInput - New option to be created on the bundle parent that enables the buyer to select different quantities for
this component (e.g. two-pack, three-pack). Can only be used if quantity isn't set.


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


## Examples