Detailed Delivery Integration Flow
Just Eat's Orderconnect API should be used by delivery partners to do the following:
- Receive orders from Just Eat
- Send status updates to Just Eat as orders progress
- Send driver location co-ordinate updates to Just Eat
- Receive status updates from Just Eat
The typical workflow followed when managing an order using the Orderconnect API is as follows:
- Just Eat sends new orders to the partner's endpoint URL
- The delivery partner should respond confirming acceptance (or rejection) of each order
- The partner should send a series of predefined order status callbacks as the order progresses through its life-cycle
- Once an order has been assigned to a driver, the partner should send regular callbacks that track the driver's location
- Just Eat may send additional order status updates to the delivery partner as required (for instance, to let the partner know that the food is ready for collection from the restaurant).


Updated about 2 years ago