Cancel a Pick Task
Cancel a pick task given Pick Task Id.
Direction WMS → WCS
HTTP Method POST
Path /api/task/pick/cancel/{pickTaskId}
Path Parameters
Section titled “Path Parameters”pickTaskId(string, required): The unique identifier of the pick task to cancel
Example: /api/task/pick/cancel/TASK-12345
Responses
Section titled “Responses”202: PickTask cancel request sent
401: Access denied, Invalid Authentication
Success Response (202)
Section titled “Success Response (202)”{ "message": "Pick task cancel request sent", "pickTaskId": "TASK-12345", "status": "ACCEPTED"}Error Response (401)
Section titled “Error Response (401)”{ "message": "Access denied, Invalid Authentication", "status": "UNAUTHORIZED"}