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

KeyDatatypeRequiredDescription
limitstringDefault value: 50. The maximum number of products returned in the response
pagestringIndex of page of results to be returned.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

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}]}