Skip to content

GIA Receipt Notification

When goods are physically received against a Goods In Advice, the WMS sends a receipt notification to the host system with details of what was received.

Direction WMS → Host

HTTP Method POST

Path {host-url}/api/receipt

{
"warehouseName": "WAREHOUSE_01",
"receiptNumber": "GIA-2024-001234",
"receiptReference": "RCP-2024-005678",
"stockOwner": "OWNER_A",
"dateReceipt": "2024-01-25T10:30:00.000Z",
"finalReceipt": true,
"partialReceiptReferences": [],
"nonComplianceReportReferences": [],
"receiptLines": [
{
"lineId": 1,
"productId": "PROD-ABC123",
"quantity": 100,
"status": "GOOD",
"batchInformations": [
{
"batchNumber": "BATCH-001",
"expirationDate": "2025-06-30",
"quantity": 100,
"status": "GOOD"
}
]
}
],
"receivedManifestedTsus": [
{
"tsuId": "00012345678901234567",
"tsuType": "PALLET",
"childTsus": [
{
"tsuId": "00012345678901234569",
"tsuType": "CARTON",
"childTsus": [],
"products": [
{
"productId": "PROD-ABC123",
"barcode": "1234567890123",
"quantity": 100,
"batchNumber": "BATCH-001",
"batchExpiration": "2025-06-30",
"unitIdentifierCollections": []
}
]
}
],
"products": []
}
]
}

200: Receipt notification accepted by host