Last updated 19 days ago
Was this helpful?
Updates a parameter group for a given product.
PUT /public/v1/catalog/products/{productId}/parameter-groups/{id} HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 83 { "name": "text", "label": "text", "description": "text", "displayOrder": 1, "default": true }
OK
{ "id": "text", "audit": { "created": { "at": "2025-06-02T01:40:46.206Z", "by": { "id": "text", "name": "text", "icon": "text" } }, "updated": { "at": "2025-06-02T01:40:46.206Z", "by": { "id": "text", "name": "text", "icon": "text" } } }, "$meta": { "omitted": [ "text" ] }, "name": "text", "label": "text", "description": "text", "displayOrder": 1, "default": true, "parameterCount": 1, "product": { "id": "text", "name": "text", "externalIds": { "operations": "text" }, "icon": "text", "status": "text" } }