Skip to content

Cancel a Manifest

Cancel a manifest of inbound stock from WCS.

Direction WMS → WCS

HTTP Method POST

Path /api/goodsIn/cancel

{
"manifestId": "MAN-2024-001"
}

202: Cancel Manifest Request Accepted

401: Access denied, Invalid Authentication

409: Conflict, Not Able To Cancel Manifest

{
"message": "Manifest cancel request accepted",
"manifestId": "MAN-2024-001",
"status": "ACCEPTED"
}
{
"message": "Cannot cancel manifest - already in progress",
"manifestId": "MAN-2024-001",
"status": "CONFLICT"
}