Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.59 KB

File metadata and controls

21 lines (17 loc) · 1.59 KB

ProductVariantImageAdd

Properties

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 .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]

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