v1

latestOpenAPI 3.0.02026-07-17524.5 KB
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
  }
]
All 5 operations