Basic information
PUT /{shopId}/products/{productId}/slideshow/sequence
Updates the sequence of the slideshow images. Slideshow images are all images uploaded for the product. They will be displayed in the same order as they are provided in the array.
Authorisation
OAuth 2.0 Token required with scopes:
products_write
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
|
Request attributes
Name | Type | Description |
---|---|---|
|
array of strings |
Request body
Media type application/json
["Boom_red.png", "Boom_StarWars.jpg", "customised.png"]
Response attributes
Name | Type | Description |
---|---|---|
|
array of strings |
Response
HTTP 200
Media type application/json
["Boom_red.png", "Boom_StarWars.jpg", "customised.png"]