Document representing a product option Value
Property | Type | Constraints | Description |
---|---|---|---|
default_product_option_value |
boolean | Flag indicating if the product option value is the default value for the product option. | |
id |
String | minLength=1, nullable=false | The id of the product option value. |
link |
String | The URL link to the product option value. | |
option_prices |
[Money] | The list of prices in the product option value. | |
sku_extension |
String | The sku extension of the product option value. | |
value |
Localized<String> | The localized value of the product option. |