GET https://api.ecartapi.com/api/v2/products/{{productId}}/images
Searches for all the images of a single product. Important information:
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"images": [
{
"id": "1",
"url": "https://api.ecartapi.com/api/v2/products/1/images/1",
"width": null,
"height": null,
"position": null,
"content": null,
"images": null
},
{
"id": "2",
"url": "https://api.ecartapi.com/api/v2/products/1/images/2",
"width": null,
"height": null,
"position": null,
"content": null,
"images": null
}
]
} |
ENDPOINTS