POST
/products
Create Product
Add a new product to the catalogue. Requires products:write scope.
Request Body
Product details
Content Types: application/json
Schema: Product
Responses
| Status | Description | Schema |
|---|---|---|
| 201 | Product created successfully | Product |
| 400 | Validation errors | ErrorResponse |
| 409 | Product with this SKU already exists | ErrorResponse |