ProductBundleComponentOptionSelections
Get relationships between component options and parent options.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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. | |
| ComponentProductId [KEY] | String | A globally-unique ID. | |
| ParentOptionId | String | A globally-unique ID. | |
| ParentOptionName | String | The product option’s name. | |
| ComponentOptionId [KEY] | String | A globally-unique ID. | |
| ComponentOptionName | String | The product option’s name. | |
| Values | String | The component option values that are actively selected for this relationship. |