Deliverect · Example Payload

Channel Api Post Channelname Courierupdate Channellinkid Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Channel Api Post Channelname Courierupdate Channellinkid Example is an example object payload from Deliverect, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

channelOrderIdcourierUpdate

Example Payload

Raw ↑
{
  "channelOrderId": "609a1b2c3d4e5f6a7b8c9d0e",
  "courierUpdate": {
    "status": 20,
    "arrivalTime": "2026-03-15T14:30:00Z",
    "deliveryTime": "2026-03-15T14:30:00Z",
    "courier": {
      "firstName": "Deliverect's Pizza Place",
      "lastName": "Deliverect's Pizza Place",
      "phoneNumber": "+15555550123"
    }
  }
}