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.
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" ]}
