This endpoint is intended to simulate delivery status transitions in sandbox only.
It is available in dev and sandbox environments, and only for deliveries dispatched
to the Nash sandbox test provider. Use it to test how your integration reacts to
delivery status changes without needing a real courier.
Supported statuses
Pass one of the following values as thestatus field in the request body:
| Status | Description |
|---|---|
assigned_driver | A driver has been assigned to the delivery |
pickup_enroute | Driver is en route to the pickup location |
pickup_arrived | Driver has arrived at the pickup location |
pickup_complete | Driver has picked up the order |
dropoff_enroute | Driver is en route to the dropoff location |
dropoff_arrived | Driver has arrived at the dropoff location |
dropoff_complete | Order has been delivered to the customer |
return_in_progress | Driver is returning the order |
return_arrived | Driver has arrived back at the return location |
returned | Order has been returned |
canceled_by_provider | Provider canceled the delivery |
failed | Delivery failed |