v1
latestOpenAPI 3.1.02026-07-2296226496.3 KBFleet
Update Delivery
Apply a partial update — such as status, courier location, proof of delivery, courier identity, or ETAs — to a delivery your organization owns. Only available for deliveries fulfilled by your own fleet (not by a third-party courier integration). Returns the updated delivery.
patch/v1/fleet/deliveries/{delivery_id}
Path parameters
delivery_idstring required
The Nash delivery id to update.
The Nash delivery id to update.
Request body
Response
OK
Example response
{
"id": "dlv_01234567890",
"status": "dropoff_complete",
"statusHistory": [
{
"created_at": "2023-08-29T19:17:46.264523",
"status": "created"
},
{
"created_at": "2023-08-29T19:17:47.509265",
"status": "not_assigned_driver"
}
]
}