{
"rows": [
{
"id": "string",
"sku": "SKU-000123",
"name": "Basmati Rice 5kg",
"category": "Groceries",
"unit": "Pack",
"unitsSold": 340,
"avgSellingPrice": 6500,
"netSales": 2080000,
"cogs": 1496000,
"grossProfit": 584000,
"marginPercent": 0.28,
"stockOnHand": 120,
"lastSoldAt": "2025-09-30T20:06:30.000Z"
}
],
"nextCursor": "string",
"hasNext": true
}