JDBC Driver for Shopify

Build 25.0.9434

ProductBundleComponents

List products' component information.

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 ProductBundleComponents WHERE ProductId = 'Val1'

Columns

Name Type References Description
ProductId [KEY] String A globally-unique ID.
ComponentProductId [KEY] String A globally-unique ID.
ComponentVariantsCount Int The count of elements.
ComponentVariantsCountPrecision String The count's precision, or the exactness of the value.
OptionSelections String The options in the parent and the component options they're connected to, along with the chosen option values that appear in the bundle.
Quantity Int The quantity of the component product set for this bundle line. It will be null if there's a quantityOption present.
QuantityOptionName String The name of the option value.
QuantityOptionValues String The quantity values of the option.
QuantityOptionParentOptionId String A globally-unique ID.

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