Stock Inquiry (stockList)
Stock Inquiry
The stockListDetail()
method is used when uploading your Stock Inquiry 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 StockListDetail
Use
Parameter Descriptions & Rules
The following table shows the input and output parameters of the stockListDetail()
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": {
"productList" : [
{
"productCode" : "11111111",
"sellableQty" : 2,
"damagedQty" : 0,
"reserveQty" : 0,
"barcode" : "123456489"
}
]
}
}