Last updated 19 days ago
Was this helpful?
Create a template for a product.
OrderProcessing
OrderQuerying
OrderCompleted
RequestProcessing
Subscription
POST /public/v1/catalog/products/{productId}/templates HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 72 { "name": "text", "type": "OrderProcessing", "default": true, "content": "text" }
Created
{ "id": "text", "audit": { "created": { "at": "2025-06-01T20:09:18.641Z", "by": { "id": "text", "name": "text", "icon": "text" } }, "updated": { "at": "2025-06-01T20:09:18.641Z", "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" } }