Stock Detail Inquiry
Stock Detail 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.
POST StockDetailList
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"
}
]
}
}