Package Added Webhook
Package Added Webhook
This URL is the URL that you setup on your system, so we can push updates. This webhook will be called anytime a Package is added to a Shipping Container.
Webhook Body:
{
"test": "0",
"fulfillment": {
"webhook_type": "Package Added",
"shipment_id": 168700093,
"shipment_uuid": "U2hpcG1lbnQ6MTY4NzAwMDkz",
"partner_order_id": "MO348",
"order_number": "MO348",
"warehouse": "Primary",
"warehouse_id": 11790,
"warehouse_uuid": "V2FyZWhvdXNlOjExNzkw",
"shipping_label_id": 119614476,
"shipping_label_uuid": "U2hpcHBpbmdMYWJlbDoxMTk2MTQ0NzY=",
"package_added_at": "2021-07-24T01:50:56"
}
}
Response:
{
"code": "200",
"Message": "Success"
}