Get all product images
GET https://api.ecartapi.com/api/v2/products/{{productId}}/images
The request will return all the images associated to the item.
More information about the ecommerce's resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Default value: 50. The maximum number of products returned in the response | |
page | string | Index of page of results to be returned. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"images":[{"id":"825","url":"https://url.bigcommerce.com/315/images/825/513.jpg?c=1","width":null,"height":null,"position":null,"content":null,"variations":null,"variantIds":null},{"id":"826","url":"https://shop_url.com/315/images/826/513.jpg?c=1","width":null,"height":null,"position":null,"content":null,"variations":null,"variantIds":null}]}