Get the descriptions for a product
Request
Add parameter in header api-key
Example:api-key: ********************
Request Code Samples
curl --location --request GET 'https://api.logictrade.cloud/rest/v1/products/1/descriptions?pageSize=100&pageNumber=1&language&type' \
--header 'api-key: <api-key>'
Responses
application/json {
"pagination": {
"totalResults": 0,
"pageNumber": 0,
"pageSize": 0,
"totalPages": 0
},
"results": [
{
"type": "string",
"language": "string",
"description": "string"
}
]
}
Modified at 2025-05-21 07:14:12