Skip to content

Bulk Product Notifications

Send multiple product notifications to the WMS in a single batch request. Always returns 200; check individual results for per-product status.

Direction Host → WMS

HTTP Method POST

Path /inbound/productNotifications

An array of Product objects (same structure as the single Product Notification).

200: All notifications processed (check individual results for per-product status)

[
{
"identifier": "12345",
"warehouseName": "WAREHOUSE_01",
"success": true,
"error": null
},
{
"identifier": "67890",
"warehouseName": "WAREHOUSE_01",
"success": false,
"error": {
"errorCode": "500",
"errorMessage": "The Product Notification could not be published to the warehouse"
}
}
]