Order Allocated Webhook

Order Allocated Webhook

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 allocated.

Webhook Body:

{
    "webhook_type": "Order Allocated",
    "allocation_reference": 362137624,
    "account_id": 6334,
    "account_uuid": "QWNjb3VudDo2MzM0",
    "warehouse_id": 11790,
    "warehouse_uuid": "V2FyZWhvdXNlOjExNzkw",
    "allocated_at": "2021-07-24T02:03:01",
    "order_number": "MO351",
    "order_id": 204159062,
    "order_uuid": "T3JkZXI6MjA0MTU5MDYy",
    "partner_order_id": "MO351",
    "line_items": [
        {
            "id": 550365415,
            "item_uuid": "TGluZUl0ZW06NTUwMzY1NDE1",
            "partner_line_item_id": "MO351-301706334",
            "quantity": 1,
            "sku": "1122335364",
            "is_kit_component": false,
            "created_at": "2021-07-24T02:03:01"
        }
    ],
    "ready_to_ship": 1
}

Response:

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