Products
Create Product
Create a new product
POST
Create Product children
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201
application/json
The product passes validation and has been successfully created.
The response is of type object
.
Create Product children