Once a delivery is assigned, your customers (and your operations team) will want to know where it is. This guide covers how to get the real-time status of a delivery.The primary way to track a delivery is by polling the “Get Delivery” endpoint.
Reading the StatusThe response object will contain the real-time status of the delivery.If the rider just picked it up:The rider updates the status (usually via their rider app). When you poll the endpoint, you’ll see the status has changed to in-transit.
SummaryYou’ve now completed the entire flow:Created a detailed delivery.Assigned it to a rider.Tracked its status from “pending” to “delivered”.You now have all the core building blocks to integrate Dora into your application.