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
Request Body
Section titled “Request Body”{ "redlineReference": "RL-2024-001234", "warehouseName": "WAREHOUSE_01", "numberOfPallets": 3, "deliveryId": "DEL-2024-005678", "notificationDate": "2024-01-25T10:30:00.000Z"}| Field | Type | Description |
|---|---|---|
redlineReference | string | Unique reference for this redline exception |
warehouseName | string | Identifier of the warehouse raising the exception |
numberOfPallets | long | Number of pallets affected |
deliveryId | string | Associated delivery identifier |
notificationDate | DateTime | Timestamp when the redline was raised |
Responses
Section titled “Responses”200: Redline notification accepted by host