Pick Task Group Complete
Notify WMS when a pick task group has been completed in the WCS.
Direction WCS → WMS
HTTP Method POST
Path /pickTaskGroup/pickTaskGroupComplete
Request Body
Section titled “Request Body”{ "externalReference": "b59f0c10-cfdb-45d2-a29a-544c9660c42d", "taskGroupId": "TASKGROUP12345", "externalCustomerOrderId": "CUSTOMER12345", "externalCustomerBatchId": "BATCH12345", "status": "success", "type": "Pick-Pack", "operator": "User1", "port": "1", "tasksCompleted": [ { "externalReference": "44b96bdc-5912-4c79-85a1-4ce6f22684af", "externalCustomerOrderId": "CUSTOMER12345", "externalCustomerBatchId": "BATCH12345", "status": "success", "productId": "PROD12345", "batchId": "BATCH-2024-11", "expiry": "2025-06-01", "stockOwner": "OWNER12345", "requestedQuantity": 2.0, "allocatedQuantity": 2.0, "pickedQuantity": 2.0, "shortQuantity": 2.0 } ]}Expected Responses
Section titled “Expected Responses”200: Pick task group completed accepted
{ "message": "Success"}400: Pick task group complete rejected
{ "message": "Bad Request"}401: Authentication failed
{ "message": "Unauthorized"}