{
"status": "success",
"message": "Orders fetched successfully",
"data": {
"orders": [
{
"_id": "64f1a2b3c4d5e6f7890a1234",
"orderNumber": 1,
"user": "64f1a2b3c4d5e6f7890a5678",
"vendor": "64f1a2b3c4d5e6f7890a9999",
"assignedDriver": "64f1a2b3c4d5e6f7890a6666",
"items": [
{
"item": {
"_id": "64f1a2b3c4d5e6f7890a1234",
"name": "Margherita Pizza",
"description": "Classic Italian pizza with fresh mozzarella and basil",
"imagePath": "uploads/items/pizza.jpg",
"optionName": "Large",
"category": {
"_id": "64f1a2b3c4d5e6f7890a1111",
"name": "Pizza"
}
},
"optionId": "64f1a2b3c4d5e6f7890a5555",
"optionValue": "Large",
"quantity": 2,
"unitPrice": 50,
"totalPrice": 100
}
],
"subtotal": 150,
"discount": 20,
"deliveryFee": 15,
"total": 145,
"appliedCoupon": "64f1a2b3c4d5e6f7890a8888",
"status": "pending",
"address": "64f1a2b3c4d5e6f7890a7777",
"paymentMethod": "cash",
"isPickup": false,
"notes": "Please ring the bell twice",
"rejectionReason": "Out of stock",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 150,
"page": 1,
"limit": 15,
"totalPages": 10
}
}