Skip to content

Product Data Request

When the WMS needs product data that it does not have locally, it sends a request to the host system to push the product information.

Direction WMS → Host

HTTP Method POST

Path {host-url}/voyager/product-push

{
"productId": "PROD-ABC123",
"warehouseName": "WAREHOUSE_01"
}
FieldTypeDescription
productIdstringIdentifier of the product being requested
warehouseNamestringWarehouse requesting the product data

Note: The response is a Product object pushed back to the WMS by the host system.

200: Returns a Product object with the requested product data