Skip to main content
POST
Create product

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Body

Product Serializer

name
string
required

Product name

Required string length: 1 - 100
description
string
required

Product description

Minimum string length: 1

Response

201 - application/json

Product Serializer

id
string<uuid>
required
read-only
name
string
required

Product name

Maximum string length: 100
description
string
required

Product description