Driver App

Order Statuses

On the driver’s app, the order goes through multiple statuses till it’s complete. The statuses are:

New Order

When order is assigned and before accepting it

Pickup

When driver accepts the order, it becomes in Pickup state waiting to be picked up.

Picked Up

When driver picks up the order, it becomes in Picked Up state waiting to start the delivery

Delivery

When driver starts the delivery, it becomes in Delivery state

Return

For any reason, driver can click Return order, then it becomes in Return state

Was this helpful?