{
"code": 200,
"message": "Success",
"error": null,
"data": {
"uid": "{{ORDER_UID}}",
"createdAt": "2026-08-01T10:00:00.000Z",
"type": "Delivery",
"service": "Marketplace",
"status": "OnDelivery",
"address": {
"city": "Dakar-Plateau",
"address": "Plateau, Dakar"
},
"client": {
"companyName": "John Corporation",
"address": {
"city": "Dakar",
"address": "Cité Keur Gorgui",
"region": "Dakar Region",
"country": "Senegal"
}
},
"parcels": [
{
"uid": "...",
"description": "iPhone 13 Pro Max",
"size": "XL",
"status": "OnDelivery",
"refClient": "4759XHG0MKH"
}
],
"receiver": {
"firstname": "John",
"lastname": "Doe",
"phoneNumber": "+221770000000",
"address": {
"city": "Dakar-Plateau",
"address": "Dakar-Plateau, Dakar, Sénégal"
}
},
"mission": {
"jobType": "Pickup"
},
"deliveryTask": {
"taskDriver": {
"firstname": "Amadou",
"lastname": "Diallo",
"phoneNumber": "+221770000001"
},
"taskConveyor": null
},
"activities": [
{
"date": "2026-08-01T10:05:00.000Z",
"triggerAction": "StatusUpdated",
"triggerActionData": {}
}
]
}
}