Skip to content

Redline Notification

When a redline exception occurs during warehouse operations, the WMS sends a notification to the host system.

Direction WMS → Host

HTTP Method POST

Path {host-url}/redline

{
"redlineReference": "RL-2024-001234",
"warehouseName": "WAREHOUSE_01",
"numberOfPallets": 3,
"deliveryId": "DEL-2024-005678",
"notificationDate": "2024-01-25T10:30:00.000Z"
}
FieldTypeDescription
redlineReferencestringUnique reference for this redline exception
warehouseNamestringIdentifier of the warehouse raising the exception
numberOfPalletslongNumber of pallets affected
deliveryIdstringAssociated delivery identifier
notificationDateDateTimeTimestamp when the redline was raised

200: Redline notification accepted by host