{
"count": 2,
"workspaceId": "workspace_123",
"data": [
{
"id": "order_123",
"referenceNumber": 1042,
"status": "COMPLETED",
"subTotal": 120,
"vatAmount": 6,
"promoCodeDiscount": 0,
"discount": 0,
"totalPriceWithoutDiscount": 126,
"totalWithoutCharges": 126,
"totalPrice": 126,
"chargesDiscountable": [],
"chargesNonDiscountable": [],
"payments": [
{
"id": "payment_123",
"type": "SALE",
"method": "CARD",
"totalAmount": 126,
"currency": "AED",
"status": "PAID",
"refundMetadata": null
}
],
"createdAt": "2026-06-17T08:20:00.000Z"
}
]
}