Skip to main content

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.

FieldTypeRequiredDescription
anglestringyesThe 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.
srcstringyesThe 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"
}
]
}