ProductBundleComponentOptionSelections
Links component options to their selected parent options within product bundles.
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 | The globally unique identifier of the parent product that includes the bundle component. | |
| ComponentProductId [KEY] | String | The globally unique identifier of the product that serves as a component within the bundle. | |
| ParentOptionId | String | The globally unique identifier of the option on the parent (bundle) product that determines component selection. | |
| ParentOptionName | String | The display name of the parent product option that controls how the component product is configured or chosen. | |
| ComponentOptionId [KEY] | String | The globally unique identifier of the option belonging to the component product. | |
| ComponentOptionName | String | The display name of the component product option associated with this bundle relationship. | |
| Values | String | A comma-separated list of option values currently selected to define the relationship between the parent and component products. |