Cancel a Manifest
Cancel a manifest of inbound stock from WCS.
Direction WMS → WCS
HTTP Method POST
Path /api/goodsIn/cancel
Request Body
Section titled “Request Body”{ "manifestId": "MAN-2024-001"}Responses
Section titled “Responses”202: Cancel Manifest Request Accepted
401: Access denied, Invalid Authentication
409: Conflict, Not Able To Cancel Manifest
Success Response (202)
Section titled “Success Response (202)”{ "message": "Manifest cancel request accepted", "manifestId": "MAN-2024-001", "status": "ACCEPTED"}Error Response (409)
Section titled “Error Response (409)”{ "message": "Cannot cancel manifest - already in progress", "manifestId": "MAN-2024-001", "status": "CONFLICT"}