ProductOptionValues
Returns data from Products table.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | True |
The ID of the option value. |
OptionId [KEY] | Integer | False |
The ID of the option. |
ProductId [KEY] | Integer | False |
The ID of the product. |
Label | String | False |
The label of the option value shown on the storefront. |
IsDefault | Boolean | False |
Whether this option value is the default for this option. |
SortOrder | Integer | False |
The order in which the option value will be displayed on the product page. |