Skip to main content

Update Delivery Status

This event can be sent after you have assigned a driver to an order and will allow locations to see the status of your delivery driver.

API Reference

NOTE: If you have not assigned a driver yet, you will receive a 4XX error code and the order will not be updated.

{
"type": "order.update.delivery.status",
"object": {
"location_id": "location_id", // The location_id from the order event you received
"order_id": "order_id", // The order_id from the order event you received
"delviery_status": "enroute_to_pickup"
}
}