Document representing a product option.
Property | Type | Constraints | Description |
---|---|---|---|
description |
Localized<String> | The localized description of the option. | |
id |
String | mandatory=true, maxLength=100, minLength=1, nullable=false | The id of the option. |
image |
String | The URL to the option image. | |
name |
Localized<String> | The localized name of the option. | |
values |
[OptionValue] | The array of option values. This array can be empty. |