{
"status": "success",
"message": "Delivery orders fetched successfully",
"data": {
"orders": [
{
"_id": "string",
"orderNumber": 0,
"user": {
"_id": "string",
"name": "string",
"phone": "string"
},
"vendor": {
"_id": "string",
"name": "string",
"phone": "string",
"location": {}
},
"assignedDriver": "string",
"pendingDriver": "string",
"items": [
{
"item": {
"_id": "string",
"name": "string",
"description": "string",
"imagePath": "string",
"optionName": "string",
"category": {
"_id": "string",
"name": "string"
}
},
"optionId": "string",
"optionValue": "string",
"quantity": 0,
"unitPrice": 0,
"totalPrice": 0
}
],
"address": {
"street": "string",
"city": "string",
"buildingNumber": "string",
"floor": "string",
"apartmentNumber": "string",
"phone": "string"
},
"status": "pending",
"total": 0,
"subtotal": 0,
"deliveryFee": 0,
"discount": 0,
"paymentMethod": "string",
"isPickup": true,
"notes": "string",
"rejectionReason": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"total": 150,
"page": 1,
"limit": 10,
"totalPages": 15
}
}