ProductBundleComponentOptionSelections
Lists mappings between component options and selected parent bundle options.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- ProductId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ProductBundleComponentOptionSelections WHERE ProductId = 'Val1'
Columns
| Name | Type | References | Description |
| ProductId [KEY] | String | A globally unique Id of the product. | |
| ComponentProductId [KEY] | String | A globally unique Id of the component product. | |
| ParentOptionId | String | A globally unique Id of the parent product option. | |
| ParentOptionName | String | The name of the parent product option. | |
| ComponentOptionId [KEY] | String | A globally unique Id of the component product option. | |
| ComponentOptionName | String | The name of the component product option. | |
| Values | String | The component option values that are actively selected for this relationship. |