SevaBotAI / products.json
charantejapolavarapu's picture
Update products.json
1e0b5f3 verified
[
{
"id": 1,
"name": "Rice",
"brand": "India Gate",
"price": 60,
"unit": "kg",
"stock": 100,
"category": "Groceries",
"image": "https://m.media-amazon.com/images/I/61fZ+YAYGaL.jpg"
},
{
"id": 2,
"name": "Milk",
"brand": "Heritage",
"price": 28,
"unit": "liter",
"stock": 200,
"category": "Groceries",
"image": "https://m.media-amazon.com/images/I/51tPzYF1bDL.jpg"
},
{
"id": 3,
"name": "Bath Soap",
"brand": "Lux",
"price": 35,
"unit": "piece",
"stock": 150,
"category": "Personal Care",
"image": "https://m.media-amazon.com/images/I/61JfGcL2ljL.jpg"
},
{
"id": 4,
"name": "Shampoo",
"brand": "Clinic Plus",
"price": 120,
"unit": "bottle",
"stock": 80,
"category": "Personal Care",
"image": "https://m.media-amazon.com/images/I/61m2p6pLq9L.jpg"
},
{
"id": 5,
"name": "Detergent Powder",
"brand": "Surf Excel",
"price": 110,
"unit": "kg",
"stock": 60,
"category": "Cleaning",
"image": "https://m.media-amazon.com/images/I/71o6vHc9CJL.jpg"
}
]