Skip to content

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}

  • externalOrderId (string, required): The external customer order id of the Pick Task(s) to be cancelled

Example: /api/task/pick/cancelByExternalOrderId/CUSTOMER12345

202: PickTask cancel request sent

{
"message": "Accepted"
}

401: Access denied, Invalid Authentication

{
"message": "Unauthorized"
}