product
All Products
All products of the store
get/products
Response
Successful operation
Example response
[
{
"id": 3,
"name": "ABC Smart TV",
"category": "Electronics",
"price": 39999
}
]All products of the store
Successful operation
[
{
"id": 3,
"name": "ABC Smart TV",
"category": "Electronics",
"price": 39999
}
]