# Courier Status Update **POST /yourwebhook.com/courier_update** ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **orderId** (string) The unique ID of the order in Deliverect - **channelOrderId** (string) The unique ID of the order sourced from the ordering channel - **status** (integer) The status from the supported list of values for courier updates. - **pickupTime** (string(date-time)) The arrival time for the courier to their pickup location in UTC (yyyy-MM-ddTHH:mm:ssZ). Only available prior to status 85. - **deliveryTime** (string(date-time)) The delivery time shown in UTC (yyyy-MM-ddTHH:mm:ssZ) - **courierName** (string) Name of the courier / rider - **coordinates** (object) The coordinates object showing longitude and latitude - **courierId** (string) Unique Id of the courier when using the Deliverect Courier App - **dispatchPartner** (string) The name of the dispatch partner company - **multipleDrivers** (boolean) Sent as true when the delivery is split across more than one driver ## Responses ### 200 Ok ### 400 Bad Request [Powered by Bump.sh](https://bump.sh)