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

Schema
object
productId
string
required

Responses

Successful response.

1 Example
Schema
object
images
array[string]

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
$$.env
1 variable not set
host