| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Defines option's name | |
| type | string | Defines option's type that has to be added | |
| product_id | string | Defines product id where the option should be added | [optional] |
| default_option_value | string | Defines default option value that has to be added | [optional] |
| option_values | 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] |
| sort_order | int | Sort number in the list | [optional] [default to 0] |
| required | bool | Defines if the option is required | [optional] [default to false] |
| values | \OpenAPI\Client\Model\ProductOptionAddValuesInner[] | An array of option values.</b> | [optional] |
| clear_cache | bool | Is cache clear required | [optional] [default to true] |
| idempotency_key | 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] |