Last updated 3 months ago
Was this helpful?
Lists all parameter groups for a given product based on filter criteria.
curl -L \ --url '/v1/catalog/products/{productId}/parameter-groups'
{ "$meta": { "pagination": { "offset": 1, "limit": 1, "total": 1 }, "omitted": [ "text" ] }, "data": [ { "id": "text", "audit": "[Circular Reference]", "$meta": { "omitted": [ "text" ] }, "href": "text", "name": "text", "label": "text", "description": "text", "displayOrder": 1, "default": true, "parameterCount": 1, "product": "[Circular Reference]" } ] }