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