---
updatedAt: 2026-08-17T14:46:53.000Z
---

Fetch the complete documentation index at: https://developers.deliverect.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Courier Status Update - Model

| Parameter         | Meaning                                                                                                                                                                          | Type    |
| :---------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------ |
| `orderId`         | The unique ID of the order in Deliverect                                                                                                                                         | String  |
| `channelOrderId`  | The unique ID of the order sourced from the ordering channel                                                                                                                     | String  |
| `status`          | The status from the [list of values](https://developers.deliverect.com/reference/courier-status-update-delivery-only#available-status-for-courier-update) supported for updates. | Integer |
| `pickupTime`      | The arrival time for the courier to their pickup location timestamp is in UTC `yyyy-MM-ddTHH:mm:ssZ` (only available prior to status ARRIVED\_AT\_PICKUP - `85`)                 | String  |
| `deliveryTime`    | The delivery time shown in UTC `yyyy-MM-ddTHH:mm:ssZ`                                                                                                                            | String  |
| `courierName`     | Name of the courier / rider                                                                                                                                                      | String  |
| `coordinates`     | The coordinates object showing `"coordinates": { "coordinates": [long, lat] }`                                                                                                   | Object  |
| `courierId`       | Where Deliverect '[Courier App](https://help.deliverect.com/en/articles/9388962-courier-app-introduction)' is used, this is the unique Id of the courier                         | String  |
| `dispatchPartner` | The name of the dispatch partner company                                                                                                                                         | String  |
| `multipleDrivers` | This will be sent as `true` when the delivery is split across more than one driver                                                                                               | Boolean |
| `trackingURL`     | Tracking URL for the delivery job                                                                                                                                                | String  |