product

All Products

All products of the store

get/products

Response

Successful operation

idinteger
namestring required
categorystring required
priceinteger required

Example response

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

Changes