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.
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
description
The description text of the product
string
Example
{ "description": "Some description"}
