v1

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

Order accepted

This webhook will be invoked whenever the order was accepted.

post/order-accepted

Request body

OrderIdstring
AcceptedForstring date-time
Eventstring

Example request

{
  "OrderId": "123456",
  "AcceptedFor": "2018-03-10T14:45:28Z",
  "Event": "OrderAccepted"
}

Response

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