Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.51 KB

ProductImageAdd.md

File metadata and controls

23 lines (19 loc) · 1.51 KB

Org.OpenAPITools.Model.ProductImageAdd

Properties

Name Type Description Notes
ProductId string Defines product id where the image should be added [optional]
ImageName string Defines image's name
Type string Defines image's types that are specified by comma-separated list
Url string Defines URL of the image that has to be added [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]
Content string Content(body) encoded in base64 of image file [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]
UseLatestApiVersion bool Use the latest platform API version [optional] [default to false]

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