Advance a delivery to a given status for testing in sandbox.
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.
status 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 |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
New delivery status to transition the delivery to.
assigned_driver, pickup_enroute, pickup_arrived, pickup_complete, dropoff_enroute, dropoff_arrived, dropoff_complete, return_in_progress, return_arrived, returned, canceled_by_provider, failed