Basic information
GET /{shopId}/products/{productId}/slideshow/sequence
Returns the names of the slideshow images as an array. Slideshow images are all images uploaded for the product. They are displayed in the same order as they are included in the array.
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 |
---|---|---|
|
array of strings |
Response
HTTP 200
Media type application/json
["Boom_StarWars.jpg", "Boom_red.png", "customised.png"]