Last updated 19 days ago
Was this helpful?
Update a template for a product.
PUT /public/v1/catalog/products/{productId}/templates/{id} HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 47 { "name": "text", "default": true, "content": "text" }
OK
{ "id": "text", "audit": { "created": { "at": "2025-06-01T23:37:50.155Z", "by": { "id": "text", "name": "text", "icon": "text" } }, "updated": { "at": "2025-06-01T23:37:50.155Z", "by": { "id": "text", "name": "text", "icon": "text" } } }, "$meta": { "omitted": [ "text" ] }, "name": "text", "content": "text", "type": "OrderProcessing", "default": true, "product": { "id": "text", "name": "text", "externalIds": { "operations": "text" }, "icon": "text", "status": "text" } }