Skip to content

Shipment Acknowledgement

After processing a received shipment, the WMS sends an acknowledgement to the host system confirming the shipment was received and processed.

Direction WMS → Host

HTTP Method POST

Path {host-url}/shipment/response

{
"identifier": "SHP-2024-001234",
"warehouseName": "WAREHOUSE_01",
"success": true,
"error": null
}

200: Acknowledgement received by host