Additional images specifications
Use the additional_images_url field to provide secondary product images from multiple angles.
Parameters
Each object in the additional_images_url array accepts the following parameters.
| Field | Type | Required | Description |
|---|---|---|---|
angle | string | yes | The angle or type of image. The value must be one of the following: ingredients, nutrition, drugs, supplements, lifestyle, angle_left, angle_right, angle_back, angle_top, unknown. |
src | string | yes | The URL of the image. |
Example
{
"lookup_code": "1234567890",
"additional_images_url": [
{
"angle": "nutrition",
"src": "https://your-website.com/product-nutrition.png"
},
{
"angle": "angle_back",
"src": "https://your-website.com/product-back.png"
}
]
}