Stock List By Warehouse (stockList)
Stock List By Warehouse
The stockListByWarehouse() method is used when uploading your Stock List By Warehouse work orders to the Horoz system. It supports single and multiple stock submission.
- Before stock transfer with this method, details about Horoz Parametric Feature information should be sent to Horoz Logistics.
- The "productCode ” field in the Stock Detail List service is used for stock information. Request cannot be sent for undefined product code.__
POST stockListByWarehouse
Use
Parameter Descriptions & Rules
The following table shows the input and output parameters of the stockListByWarehouse() operation and their
The types and formats of the parameters are listed.
- fields
- Example Services Request
- Example Response
| Parametre | Required | Description | Data Type |
|---|---|---|---|
processKey | Yes | Size defined processKey Information | string |
ProductCode | No | Product Code | string |
{
"processKey": "string",
"productCode": "string"
}
{
"resultData": {
"productListResponse": [
{
"productCode": "1111111111",
"Quantity": 1,
"warehouse": "SGLM-DPO",
"barcodes": [
"1234567890"
]
}
]
}
}