Put Api Image

try this:

{PUT} https://mysite.com/api/products/147471
{
        "image_pairs": {
        "1": {
            "detailed": {
                "image_path": "https://host_site_where_the_image_is/10084.jpg"
            }
        },
        "2": {
            "detailed": {
                "image_path": "https://host_site_where_the_image_is/10346.jpg"
            }
        }
    },
    "main_pair": {
        "detailed": {
            "image_path": "https://host_site_where_the_image_is/10003.jpg"
        }
    }
}
1 Like