put https://{accountName}.{environment}.com.br/api/catalog/pvt/stockkeepingunit/copy///file/
Copy all existing files from an SKU to other SKU
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | Unique identifier of the Image |
SkuId | integer | Unique identifier of an SKU |
IsMain | boolean | Tells if the Image is the Main Image of the SKU |
Label | string | Image Label |
Response body examples:
[
{
"Id": 549,
"SkuId": 8,
"IsMain": true,
"Label": "frents"
}
]