Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.49 KB

ProductImageAdd.md

File metadata and controls

23 lines (19 loc) · 1.49 KB

ProductImageAdd

Properties

Name Type Description Notes
type String Defines image's types that are specified by comma-separated list
imageName String Defines image's name
productId String Defines product id where the image should be added [optional]
productVariantId String Defines product's variants specified by variant id [optional]
variantIds String Defines product's variants ids [optional]
optionValueIds String Defines product's option values ids [optional]
storeId String Store Id [optional]
langId String Add product image on specified language id [optional]
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]
useLatestApiVersion Bool Use the latest platform API version [optional] [default to false]

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