Planifiez, optimisez et suivez vos tournées de livraison en temps réel. Application mobile pour vos chauffeurs, back-office pour vos dispatchers. خطط وتتبع رحلات التوصيل بشكل آني. تطبيق للسائقين ولوحة تحكم للمشرفين.
Une solution complète couvrant l'intégralité du cycle de livraison, du bon de commande à la preuve de livraison signée. حل متكامل يغطي دورة التوصيل بالكامل، من الطلب حتى توقيع إثبات التسليم.
curl -X POST https://app.deliveryflow.ma/api/v1/orders/import \
-H "X-API-Key: sk_live_..." \
-H "Content-Type: application/json" \
-d '[{
"externalOrderRef": "ERP-2026-001",
"customerName": "Pharmacie Al Amal",
"customerCity": "Casablanca",
"paymentMethod": "CASH",
"items": [{"productName": "Doliprane", "quantity": 10, "unitPrice": 45}]
}]'
# Réponse
{ "imported": 1, "skipped": 0, "errors": 0 }