Order Packed Out Webhook

Order Packed Out 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 is packed out from a Tote.

Webhook Body:

{
    "webhook_type": "Order Packed Out",
    "tote_id": "14156034",
    "tote_uuid": "VG90ZToxNDE1NjAzNA==",
    "tote_name": "Tote-14156034",
    "order_id": 203849703,
    "order_uuid": "T3JkZXI6MjAzODQ5NzAz",
    "items": [
        {
            "order_id": 203849703,
            "order_uuid": "T3JkZXI6MjAzODQ5NzAz",
            "line_item_id": 549638170,
            "pick_id": 123425,
            "sku": "1122335454"
        }
    ]
}

Response:

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