Skip to content

getProductDescription.v1

POST
/shopgate.catalog.getProductDescription.v1

This pipeline is used to retrieve the product description only. This could be a very long text, including html.

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

Successful response.

Media typeapplication/json
object
description

The description text of the product

string
Example
{
"description": "Some description"
}