Last updated 3 months ago
Was this helpful?
Get a list of all terms for a product.
curl -L \ --url '/v1/catalog/products/{productId}/terms'
{ "$meta": { "pagination": { "offset": 1, "limit": 1, "total": 1 }, "omitted": [ "text" ] }, "data": [ { "id": "text", "audit": "[Circular Reference]", "$meta": { "omitted": [ "text" ] }, "href": "text", "name": "text", "description": "text", "displayOrder": 1, "status": "text", "product": "[Circular Reference]" } ] }