Catalog
CreateCatalogImage
Uploads an image file to be represented by a CatalogImage object that can be linked to an existing CatalogObject instance. The resulting CatalogImage is unattached to any CatalogObject if the object_id is not specified.
This CreateCatalogImage endpoint accepts HTTP multipart/form-data requests with a JSON part and an image file part in JPEG, PJPEG, PNG, or GIF format. The maximum file size is 15MB.
post/v2/catalog/images
Response
Success
Example response
{
"image": {
"id": "KQLFFHA6K6J3YQAQAWDQAL57",
"image_data": {
"caption": "A picture of a cup of coffee",
"url": "https://..."
},
"type": "IMAGE"
}
}