Name | Type | Description | Notes |
---|---|---|---|
name | String | Defines option's name | |
type | String | Defines option's type that has to be added | |
productId | String | Defines product id where the option should be added | [optional] |
defaultOptionValue | String | Defines default option value that has to be added | [optional] |
optionValues | String | Defines option values that has to be added | [optional] |
description | String | Defines option's description | [optional] |
avail | Bool | Defines whether the option is available | [optional] [default to true] |
sortOrder | Int | Sort number in the list | [optional] [default to 0] |
_required | Bool | Defines if the option is required | [optional] [default to false] |
values | [ProductOptionAddValuesInner] | An array of option values.</b> | [optional] |
clearCache | Bool | Is cache clear required | [optional] [default to true] |