Skip to main content
POST
Create a product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Product Name

client_id
integer
required

Client ID

brand_id
integer
required

Brand ID

Response

200 - application/json

Product created successfully

id
integer
name
string
client_id
integer
brand_id
integer