Basic information
GET /{shopId}/products/{productId}/slideshow
Returns links to the slideshow images of a product. Slideshow images are all images uploaded for a product.
Authorisation
OAuth 2.0 Token required with scopes:
products_read
URI parameters
Name | Type | Description |
---|---|---|
shopId |
string |
The unique identifier of the shop. Required:
true
Example:
DemoShop
|
productId |
string |
The unique identifier of the product. Required:
true
Example:
52F221E0-36F6-DC4E-384A-AC1504050C04
|
Response attributes
Name | Type | Description |
---|---|---|
items |
array of imageInfo |
The list of products that appear in the slideshow. |
Response
HTTP 200
Media type application/json
{ "items": [ { "name": "iStock_000010566997Medium.jpg", "sizes": [ { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium_xs.jpg", "classifier": "Thumbnail", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium_s.jpg", "classifier": "Small", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium_h.jpg", "classifier": "HotDeal", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium_ms.jpg", "classifier": "MediumSmall", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium_m.jpg", "classifier": "Medium", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium_ml.jpg", "classifier": "MediumLarge", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/iStock_000010566997Medium.jpg", "classifier": "Large", "isZoomEnabled": false } ] }, { "name": "stock-photo-4560666-silver-stereo-headphones.jpg", "sizes": [ { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/stock-photo-4560666-silver-stereo-headphones_xs.jpg", "classifier": "Thumbnail", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/stock-photo-4560666-silver-stereo-headphones_s.jpg", "classifier": "Small", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/stock-photo-4560666-silver-stereo-headphones_h.jpg", "classifier": "HotDeal", "isZoomEnabled": false }, { "url": null, "classifier": "MediumSmall", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/stock-photo-4560666-silver-stereo-headphones_m.jpg", "classifier": "Medium", "isZoomEnabled": false }, { "url": null, "classifier": "MediumLarge", "isZoomEnabled": false }, { "url": "https://pm.epages.com/WebRoot/Store/Shops/apidocu/51E7/F913/5447/240E/77AE/AC14/145F/A477/stock-photo-4560666-silver-stereo-headphones.jpg", "classifier": "Large", "isZoomEnabled": false } ] } ] }