Copy
{
"data": [
{
"id": "33fb7ea7-21dc-4944-8212-0f053dbe4754",
"name": "Big Bag of Beans",
"sku": "1234",
"description": "There There, my first item",
"category": null,
"price": "100",
"weight": "1",
"quantity_on_hand": 184,
"quantity_reserved": 0,
"quantity_available": 184,
"created_at": "2025-04-01T23:55:02.497Z"
},
{
"id": "9845d19e-810f-48a7-9dc6-ed27ef3ef7b3",
"name": "Premium Ballpoint Pens (Pack of 12)",
"sku": "OFF-PEN-001",
"description": "Smooth writing black ballpoint pens with comfortable grip",
"category": "Office Supplies",
"price": "12.99",
"weight": "0.2",
"quantity_on_hand": 270,
"quantity_reserved": 0,
"quantity_available": 270,
"created_at": "2025-04-01T23:55:51.892Z"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 2,
"totalPages": 1
}
}