ProductVariantValues
Returns data from Products table.
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The ID of the option value. | |
| VariantId [KEY] | Integer | The ID of the corresponding variant. | |
| OptionId [KEY] | Integer | The ID of the option. | |
| Label | String | The label of the option value shown on the storefront. | |
| DisplayName | String | The label of the option value shown on the storefront. | |
| ProductId | String |
Products.Id | The Id of the product |