Paginated, filterable list of products for your business.
| Param | Type | Notes |
|---|---|---|
| page, limit | integer | Defaults: page 1, limit 20 |
| search | string | Matches name, HSN, category, tags, label key/value, barcode |
| status | enum | active (default) · inactive · all |
| sortBy, sortOrder | enum | createdAt (default, desc) · updatedAt · description · unitPrice … |
{
"success": true,
"count": 2, "total": 42, "page": 1, "pages": 3,
"data": [
{ "_id": "66f1...", "description": "Blue Widget",
"unitPrice": 199, "barcode": "GST00000123", … }
]
}