JDBC Driver for Shopify

Build 23.0.8839

ProductOptions

Returns a list of product options. The limit is specified by Shop.resourceLimits.maxProductOptions.

View-Specific Information

Select

The 本製品 uses the Shopify API to process WHERE clause conditions built with the ProductId column, which supports the '=,IN' comparison operators.

The 本製品 processes other filters client-side within the 本製品.

For example, the following query is processed server-side:

SELECT * FROM ProductOptions WHERE ProductId='VALUE'

Columns

Name Type References Description
Id [KEY] String A globally-unique identifier.
ProductId String

Products.Id

A globally-unique identifier.
Name String The product option's name.
Position Int The product option's position.
Values String The corresponding value to the product option name.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839