Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.56 KB

File metadata and controls

20 lines (17 loc) · 1.56 KB

# ProductVariantImageAdd

Properties

Name Type Description Notes
product_id string Defines product id where the variant image has to be added [optional]
product_variant_id string Defines product's variants specified by variant id
store_id string Store Id [optional]
image_name string Defines image's name
type string Defines image's types that are specified by comma-separated list [default to '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]
option_id string Defines option id of the product variant for which the image will be added [optional]
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]

[Back to Model list] [Back to API list] [Back to README]