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
Request Body
Section titled “Request Body”{ "productId": "PROD-ABC123", "warehouseName": "WAREHOUSE_01"}| Field | Type | Description |
|---|---|---|
productId | string | Identifier of the product being requested |
warehouseName | string | Warehouse requesting the product data |
Note: The response is a
Productobject pushed back to the WMS by the host system.
Responses
Section titled “Responses”200: Returns a Product object with the requested product data