Get all product's images
GET https://api.ecartapi.com/api/v2/products/{{productId}}/images
Searches for all the images of a single product.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"images":[{"id":"4312203886692","url":"https://cdn.shopify.com/s/files/1/0053/2679/8948/products/imac-215-selection-hero-201706.jpeg?v=1558391877","width":"452","height":"420","position":"1","content":null,"images":null}]}