JDBC Driver for Shopify

Build 25.0.9434

ProductBundleComponentOptionSelections

Get relationships between component options and parent options.

View-Specific Information

Select

The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.

  • 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434