Skip to content

getProductImages.v1

POST
/shopgate.catalog.getProductImages.v1

This pipeline is used to only retrieve the images of a product. The BasicProduct, which is returned by getProduct and getProducts only holds the first one.

Media typeapplication/json
object
productId
required
string
Examplegenerated
{
"productId": "example"
}

Successful response.

Media typeapplication/json
object
images
Array<string>
Example
{
"images": [
"http://someCrazyUrl/image01.jpg",
"//someCrazyUrl/image02.jpg"
]
}