Cancel Task Group by External Batch ID
Cancel a Pick Task Group using External Batch ID linked to the group.
Direction WMS → WCS
HTTP Method POST
Path /api/task/pick/cancelByExternalBatchId/{externalBatchId}
Path Parameters
Section titled “Path Parameters”externalBatchId(string, required): The external batch id of the Pick Task(s) to be cancelled
Example: /api/task/pick/cancelByExternalBatchId/CUSTOMERBATCH12345
Responses
Section titled “Responses”202: PickTask cancel request sent
{ "message": "Accepted"}401: Access denied, Invalid Authentication
{ "message": "Unauthorized"}