Become an integration partner
Sign up to start developing your dispatch integration.
Build a dispatch integration
Step 1. Follow the instructions in this guide on how to set up your webhooks in Deliverect.
Step 2. Create a test order from Deliverect. This will trigger a call to your configured Validate webhook.
Step 3. Respond to the validate call. A call to the Create webhook is triggered if the call is affirmative ("canDeliver": true).
Step 4. Send order updates to the Update Delivery endpoint.
You can use the Delivery Manager App to test the order flow. Learn more.
Endpoint | Method | Purpose |
POST | Provide updates to the delivery status, pickup time, delivery time, and courier information | |
POST | Cancel the delivery of an order and provide a reason |
