Skip to content
Need help with our api? Ask in Community
Order Deallocated

Order Deallocated

This URL is the URL that you setup on your system, so we can push updates. This webhook will be called anytime an Order gets deallocated.

Webhook Body:

{
    "webhook_type": "Order Deallocated",
    "allocation_reference": 362137624,
    "account_id": 6334,
    "account_uuid": "QWNjb3VudDo2MzM0",
    "order_id": 204159062,
    "order_number": "MO351",
    "order_uuid": "T3JkZXI6MjA0MTU5MDYy",
    "partner_order_id": "MO351",
    "deallocated_at": "2021-07-24T02:07:56"
}

Response:

{
  "code": "200",
  "Message": "Success"
}