Simulate Delivery Status Transition
Simulate Delivery
Simulate Delivery Status Transition
Advance a delivery to a given status for testing in sandbox.
POST
Simulate Delivery Status Transition
Documentation Index
Fetch the complete documentation index at: https://docs.usenash.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
New delivery status (e.g. 'pickup_complete', 'dropoff_complete').