Shipment ASN Webhook

Shipment ASN Webhook

The webhooks will be sent to the destination URL when the “Submit ASN” button is clicked in the Wholesale Shipment workflow. This does not apply to orders through SPS Commerce.

Webhook Body:

{
    "account_id": 8444,
    "order_id": 666678858,
    "shipment_id": null,
    "webhook_type": "Shipment ASN",
    "shipping_details": {
        "scac": "OTH",
        "carrier": null,
        "shipping_method": null,
        "bill_of_lading": "bolnumber01",
        "pro_number": "0123456789",
        "gs1_company_prefix": "01234",
        "trailer_number": "trailer-number0123"
    },
    "packing_layout": {
        "created_at": "2025-09-03T16:51:54",
        "updated_at": "2025-09-03T16:51:54",
        "containers": [
            {
                "type": "Pallet",
                "details": {
                    "height": 60,
                    "length": 48,
                    "width": 40,
                    "weight_in_oz": 448,
                    "barcode": null,
                    "shipping_box_id": "custom-46376",
                    "container_number": 1
                },
                "containers": [
                    {
                        "type": "Box",
                        "details": {
                            "height": 12,
                            "length": 12,
                            "width": 12,
                            "weight_in_oz": 192,
                            "barcode": null,
                            "shipping_box_id": "custom-9247",
                            "container_number": 1
                        },
                        "line_items": [
                            {
                                "order_line_item_id": 1631737888,
                                "partner_line_item_id": "MO44-472777084",
                                "sku": "coca-lata",
                                "name": "coca-lata ",
                                "quantity": 3
                            }
                        ]
                    },
                    {
                        "type": "Box",
                        "details": {
                            "height": 12,
                            "length": 12,
                            "width": 12,
                            "weight_in_oz": 192,
                            "barcode": null,
                            "shipping_box_id": "custom-9247",
                            "container_number": 2
                        },
                        "line_items": [
                            {
                                "order_line_item_id": 1631737888,
                                "partner_line_item_id": "MO44-472777084",
                                "sku": "coca-lata",
                                "name": "coca-lata ",
                                "quantity": 3
                            }
                        ]
                    }
                ]
            }
        ]
    }
}