ProductOptions
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | Integer | True | The ID of the option. |
ProductId [KEY] | Integer | True | The ID of the product. |
DisplayName | String | False | The name of the option shown on the storefront. |
Name | String | False | The unique option name, auto-generated from the display name, a timestamp, and the product ID. |
Type | String | False | The type of option, which determines how it will display on the storefront. Acceptable values: radio_buttons, rectangles, dropdown, product_list, product_list_with_images, swatch. |
SortOrder | Integer | False | The order in which the option will be displayed on the product page. |
Pseudo-Columns
Pseudo column fields are used to enable the user to INSERT Fields that are non-readable but required during creation of new records.
Name | Type | Description |
LinkedOptionValues | String | Column for the aggregate table name holding option values. |
Last updated