Skip to content

Placed Goods

Notify WMS when goods have been placed in storage locations in the WCS.

Direction WCS → WMS

HTTP Method POST

Path /manifest/placedGoods

{
"externalReference": "f027cb39-b74c-4708-ba22-2a50cf1c7fc9",
"manifestId": "MANIFEST12345",
"manifestLineId": "LINE-001",
"productId": "PROD12345",
"sku": "SKU12345",
"batchId": "BATCH12345",
"expiryDate": "01-02-2027",
"stockOwner": "OWNER12345",
"placedQuantity": 5,
"lineComplete": true,
"locationFrom": "CONT12345",
"location": "12345-11",
"operator": "User1",
"port": "1"
}

200: Placed goods accepted

{
"message": "Success"
}

400: Placed goods rejected

{
"message": "Bad Request"
}

401: Authentication failed

{
"message": "Unauthorized"
}