| Name | Type | Description | Notes |
|---|---|---|---|
| ProductId | string | Defines product id where the variant image has to be added | [optional] |
| ProductVariantId | string | Defines product's variants specified by variant id | |
| StoreId | string | Store Id | [optional] |
| ImageName | string | Defines image's name | |
| Type | string | Defines image's types that are specified by comma-separated list | [default to TypeEnum.Base] |
| Url | string | Defines URL of the image that has to be added | [optional] |
| Content | string | Content(body) encoded in base64 of image file | [optional] |
| Label | string | Defines alternative text that has to be attached to the picture | [optional] |
| Mime | string | Mime type of image http://en.wikipedia.org/wiki/Internet_media_type. | [optional] |
| Position | int | Defines image’s position in the list | [optional] [default to 0] |
| OptionId | string | Defines option id of the product variant for which the image will be added | [optional] |
| 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] |