getProductImages.v3
POST
/shopgate.catalog.getProductImages.v3
This pipeline retrieves the product images. The BasicProduct, which is returned by getProduct and getProducts, only holds the first one. The image URLs returned are only base URLs, without params for width, height etc. They need to be added as GET params (width, height) to receive the image.
Request Body
Section titled “Request Body”Media typeapplication/json
object
productId
required
string
Examplegenerated
{ "productId": "example"}Responses
Section titled “Responses”Successful response.
Media typeapplication/json
object
images
Array<string>
Example
{ "images": [ "http://someCrazyUrl/image01.jpg", "//someCrazyUrl/image02.jpg" ]}
