application/json

Body

  • orderId string Required
  • status string Required
  • timeStamp string Required
  • receiptId string
  • reason string
  • channelOrderId string
  • location string Required
  • channelLink string Required

Responses

  • 200 application/json

    Ok

  • 400 application/json

    Bad Request

POST /yourwebhook.com/order_status
Request examples
{
  "reason": "",
  "status": 20,
  "orderId": "61********************b4",
  "location": "61********************b4",
  "receiptId": "",
  "timeStamp": "YYYY-MM-DDTHH:mm:ss.SSSSSSZ",
  "channelLink": "61********************c3",
  "channelOrderId": "TEST******4206"
}
{
  "reason": "Item out of stock",
  "status": 110,
  "orderId": "61********************b4",
  "location": "61********************b4",
  "receiptId": "",
  "timeStamp": "YYYY-MM-DDTHH:mm:ss.SSSSSSZ",
  "channelLink": "61********************c3",
  "channelOrderId": "TEST******4206"
}
{
  "reason": "",
  "status": 120,
  "orderId": "61********************b4",
  "location": "61********************b4",
  "receiptId": "",
  "timeStamp": "YYYY-MM-DDTHH:mm:ss.SSSSSSZ",
  "channelLink": "61********************c3",
  "channelOrderId": "TEST******4206"
}