get https://{accountName}.{environment}.com.br/api/catalog/pvt/stockkeepingunit//file
Gets general information about all Files inside the SKU
Response body has the following properties:
Attribute | Type | Description |
---|---|---|
Id | integer | Unique identifier of the association of the Image to the SKU |
ArchiveId | integer | Unique identifier of the Image |
SkuId | integer | Unique identifier of an SKU |
Name | string | Image Name |
IsMain | boolean | Tells if the Image is the Main Image of the SKU |
Label | string | Image Label |
Response body example:
[
{
"Id": 549,
"ArchiveId": 155485,
"SkuId": 310118490,
"Name": "chimera-cat-quimera-5",
"IsMain": true,
"Label": "miau"
},
{
"Id": 550,
"ArchiveId": 155486,
"SkuId": 310118490,
"Name": "Gato-siames",
"IsMain": false,
"Label": "Gato siames"
},
{
"Id": 555,
"ArchiveId": 155491,
"SkuId": 310118490,
"Name": "Cat-Sleeping-Pics",
"IsMain": false,
"Label": null
}
]