{
"meta": {
"success": true,
"status": 200,
"message": "Berhasil mengambil daftar order"
},
"data": {
"orders": [
{
"id": "876476dc-2a5d-43ac-aa14-6cacd0560303",
"orderNumber": "ORD-TOKOSE-251113-6B1F5825",
"status": "PAID",
"totalPrice": "356200",
"createdAt": "2025-11-13T12:48:26.022Z",
"paidAt": "2025-11-13T12:49:13.584Z",
"shipmentStatus": "DELIVERED",
"hasActiveShipment": true,
"totalShipments": 1,
"latestShipment": {
"id": "f4add6eb-17ca-44fd-b970-928484393cf4",
"status": "DELIVERED",
"trackingNumber": "BL20251113790280",
"shippingDate": "2025-11-14T01:00:00.000Z",
"deliveredAt": null,
"shippingService": {
"name": "Instant Delivery",
"code": "INSTANT"
}
},
"orderItems": [
{
"id": "fac985a0-7fcf-4a79-8485-a0ceb1b19f67",
"productName": "Sapuk Lombok Asli Tenun Pringgasela",
"quantity": 2,
"variantName": "Hitam - M",
"price": "85000",
"product": {
"id": "03d9b1d1-5fed-47cf-b0bb-344699b96b57",
"name": "Sapuk Lombok Asli Tenun Pringgasela",
"image": "public/product/38d4a304-97cc-4f28-99b3-dca492650285-1763035662046-3d65c3.jpeg"
}
}
],
"payment": {
"status": "PAID",
"channel": "VIRTUAL_ACCOUNT"
}
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 10,
"totalPages": 1
}
}
}