Manifest Complete
Notify WMS when a manifest has been completed in the WCS.
Direction WCS → WMS
HTTP Method POST
Path /manifest/manifestComplete
Request Body
Section titled “Request Body”{ "manifestId": "MAN-123", "refillRejectReason": "REFILL_MANIFEST_LIMIT_EXCEEDED", "scanCode": "SCAN-123", "refill": false, "operator": "User1", "port": "1", "status": "Success", "lines": [ { "externalReference": "f7f70baf-1d08-4752-bf8b-f317dd421689", "productId": "PROD12345", "batchId": "BATCH-2024-11", "expiry": "2025-06-01", "stockOwner": "OWNER12345", "quantity": 2.0, "placedQuantity": 2.0, "lineComplete": true, "cancelled": false } ]}Expected Responses
Section titled “Expected Responses”200: Manifest complete accepted
{ "message": "Success"}400: Manifest complete rejected
{ "message": "Bad Request"}401: Authentication failed
{ "message": "Unauthorized"}