| 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 | List<ProductOptionAddValuesInner> | An array of option values.</b> | [optional] |
| ClearCache | bool | Is cache clear required | [optional] [default to true] |
| IdempotencyKey | string | A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> | [optional] |