product

Add Product

Add new products to the store

post/products

Response

Successful operation

idinteger
namestring required
categorystring required
priceinteger required

Example response

{
  "id": 3,
  "name": "ABC Smart TV",
  "category": "Electronics",
  "price": 39999
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.