sku
as a path parameter.multipart/form-data
products.read_write
- Products Read & WriteAuthorization: Bearer ********************
curl --location --request POST 'https://api.salla.dev/admin/v2/products/sku//images' \
--form 'photo="@/home/user/Pictures/sku-image.png"'
{
"status": 201,
"success": true,
"data": {
"id": 1908361139,
"image": {
"original": {
"url": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"width": 0,
"height": 0
},
"standard_resolution": {
"url": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"width": 1000,
"height": 424.597364568082
},
"low_resolution": {
"url": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"width": 500,
"height": 212.298682284041
},
"thumbnail": {
"url": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"width": 120,
"height": 50.95168374816984
}
},
"sort": 0,
"default": false,
"alt_seo": "Product details",
"video_url": "",
"type": "image"
}
}