Product Picked
Notify WMS when a product has been picked from the WCS.
Direction WCS → WMS
HTTP Method POST
Path /pickTaskGroup/productPicked
Request Body
Section titled “Request Body”{ "externalTaskReference": "8b2795a9-0c6c-4991-a764-5b9eb03c9d82", "externalGroupReference": "781b991b-b9f9-47e8-9292-9c172e436a1d", "taskId": "TASK12345", "taskGroupId": "TASKGROUP12345", "shipmentType": "Pick-Pack", "subBinId": "12345-11", "productId": "PROD12345", "barcode": "SKU12345", "batch": "BATCH12345", "expiry": "01-02-2027", "stockOwner": "OWNER12345", "pickedQuantity": 5, "allocationReference": "REF12345", "locationTo": "SHIP123456789", "operator": "User1", "port": "1"}Expected Responses
Section titled “Expected Responses”200: Product picked accepted
{ "message": "Success"}400: Invalid request data
{ "message": "Bad Request"}401: Authentication failed
{ "message": "Unauthorized"}