v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Order Acceptance Webhooks
publicly-accessible

Customer Requested Redelivery

This webhook will be invoked whenever the customer responds to the attempted delivery notification.

put/redelivery-requested

Request body

Notesstring
OrderIdstring
Tenantstring
Updatestring

Example request

{
  "Notes": "Please press 123 on the door",
  "OrderId": "wiej234idf09i29jijgf4",
  "Tenant": "uk",
  "Update": "Please redeliver"
}

Response

Respond with a 200 status code to indicate that you have received the notification.