{
  "source": "Shrimo Tools Static Store Fake API",
  "updatedAt": "2026-06-25",
  "products": [
    { "id": 1, "title": "Wireless Mouse", "category": "electronics", "price": 599, "rating": 4.4, "stock": 42, "brand": "Shrimo Demo", "image": "https://tools.shrimo.com/logos/logo.webp" },
    { "id": 2, "title": "Cotton T-Shirt", "category": "fashion", "price": 399, "rating": 4.2, "stock": 75, "brand": "Demo Wear", "image": "https://tools.shrimo.com/logos/logo.webp" },
    { "id": 3, "title": "Notebook Pack", "category": "stationery", "price": 149, "rating": 4.7, "stock": 120, "brand": "Study Demo", "image": "https://tools.shrimo.com/logos/logo.webp" },
    { "id": 4, "title": "Desk Lamp", "category": "home", "price": 899, "rating": 4.3, "stock": 31, "brand": "Bright Demo", "image": "https://tools.shrimo.com/logos/logo.webp" }
  ],
  "cart": [
    { "id": 101, "productId": 1, "quantity": 2 },
    { "id": 102, "productId": 3, "quantity": 1 }
  ],
  "orders": [
    { "id": 1001, "status": "processing", "items": [{ "productId": 1, "quantity": 1 }], "total": 599 },
    { "id": 1002, "status": "delivered", "items": [{ "productId": 2, "quantity": 2 }], "total": 798 }
  ]
}
