product
Find product by ID
Returns a single product
get/products/{id}
Path parameters
idinteger required
Example:3
ID of product to return
Response
successful operation
Example response
{
"id": 3,
"name": "ABC Smart TV",
"category": "Electronics",
"price": 39999
}