Pick Container Complete
Notify WMS when a pick container has been completed in the WCS.
Direction WCS → WMS
HTTP Method POST
Path /pickTaskGroup/pickTaskGroupContainerComplete
Request Body
Section titled “Request Body”{ "externalReference": "21338450-abb0-46cc-abaa-606a439d98d3", "externalCustomerOrderId": "CUSTOMER12345", "externalCustomerBatchId": "CUSTOMERBATCH12345", "tsuId": "TSU12345", "containerDestination": "DESTINATION12345", "type": "Pick-Pack", "operator": "User1", "port": "1", "items": [ { "sku": "SKU12345", "quantity": 2.0, "batchId": "BATCH-2024-11", "expiry": "2025-06-01", "stockOwner": "OWNER12345", "pickTaskExternalReferences": [ "aa818292-5611-485b-ba16-15360f1d5893", "5e01ee2e-5541-48e1-9005-91d82b27fdf3" ] } ]}Expected Responses
Section titled “Expected Responses”200: Pick container complete accepted
{ "message": "Success"}400: Pick container complete rejected
{ "message": "Bad Request"}401: Authentication failed
{ "message": "Unauthorized"}