Create a product
POST/products
Create a product
Request
- application/json
Body
required
title stringrequired
description string
value numberrequired
category_id stringrequired
Responses
- 201
- 400
- 404
Successfully created a new product
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Bad request - Invalid product data
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Category not found
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...