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
Request Body
Section titled “Request Body”{ "externalCustomerOrderId": "CUST-ORDER-789", "source": "WMS"}Responses
Section titled “Responses”202: PickTask cancel request sent
401: Access denied, Invalid Authentication
Success Response (202)
Section titled “Success Response (202)”{ "message": "Task group cancel request sent", "externalCustomerOrderId": "CUST-ORDER-789", "status": "ACCEPTED"}Error Response (401)
Section titled “Error Response (401)”{ "message": "Access denied, Invalid Authentication", "status": "UNAUTHORIZED"}