v1

latestOpenAPI 3.0.02026-07-1398671635.1 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

OrderIdstring
Tenantstring
Updatestring
Notesstring

Example request

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

Response

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