POST https://webhook.example.com
application/json

Body

  • channelOrderId string Required

    The unique ID of the order sourced from the ordering channel

  • orderId string Required

    The unique ID of the order in Deliverect

  • location string Required

    The unique ID of the location in Deliverect

  • status integer Required

    The status from the supported list of values for order status updates.

  • pickupTime string(date-time) Required

    The updated pickup time in UTC (yyyy-MM-ddTHH:mm:ssZ)

Responses

  • 200 application/json

    Ok

  • 400 application/json

    Bad Request

POST /yourwebhook.com/prep_time
Request example
{
  "status": 20,
  "orderId": "5e****abc11dec0001****9b",
  "location": "5e****abc11dec0001****0b",
  "pickupTime": "2021-04-20T16:20:00Z",
  "channelOrderId": "X7CESD"
}