Create product
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /products
Operation
Operation ID: createProduct
Create a new product
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/ProductCreate"
}
Responses
Status | Description | Content Types |
|---|---|---|
201 | Product created successfully | application/json |
400 |
Schema for response 201 (application/json):
{}
17 March 2026