Skip to content

Shipment Short Lines

When a shipment cannot be fully fulfilled and lines are short-shipped, the WMS sends a short shipment report to the host system.

Direction WMS → Host

HTTP Method POST

Path {host-url}/short-shipment

{
"shipmentNumber": "SHP-2024-001234",
"shipmentType": "CUSTOMER",
"shortLines": [
{
"productId": "PROD-ABC123",
"expectedQuantity": 5,
"pickedQuantity": 3
}
]
}

200: Short shipment report accepted by host