# ProductBundleComponentOptionSelectionInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for a single option related to a component product. ### Access Scopes ## Fields * [componentOptionId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the option present on the component product. * [name](/docs/api/admin-graphql/2024-07/scalars/String): String! - The name to create for this option on the parent product. * [values](/docs/api/admin-graphql/2024-07/scalars/String): String! - Array of selected option values. ## Input objects with this input object * [ProductBundleComponentInput](/docs/api/admin-graphql/2024-07/input-objects/ProductBundleComponentInput) ## Examples