# ProductBundleComponentOptionSelection - admin-graphql - OBJECT Version: 2024-07 ## Description A relationship between a component option and a parent option. ### Access Scopes `read_products` access scope. ## Fields * [componentOption](/docs/api/admin-graphql/2024-07/objects/ProductOption): ProductOption! - The option that existed on the component product prior to the fixed bundle creation. * [parentOption](/docs/api/admin-graphql/2024-07/objects/ProductOption): ProductOption - The option that was created on the parent product. * [values](/docs/api/admin-graphql/2024-07/objects/ProductBundleComponentOptionSelectionValue): ProductBundleComponentOptionSelectionValue! - The component option values that are actively selected for this relationship. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples