products
Get a product
Get a product entry.
get/products/{product_id}
Path parameters
product_idstring required
The id of the product to be retrieved
Example:1
Response
Product retrieved successfully
Example response
{
"id": "1",
"name": "Product 1",
"description": "This is a product",
"price": 100,
"stock": 100,
"category": "Category 1"
}