Order Status Inquiry
Order Status List
Order status inquiries for your job orders are handled using the searchOrderStatus()
method when uploading them to the Horoz system. This method supports both single and multiple status inquiry submissions.
- Prior to initiating status inquiries using this method, detailed information regarding the Horoz Parametric Features should be communicated to Horoz Logistics.
- The maximum number of inquiries that can be sent within each request is 1,000.
- The "orderCode" field found in the Order Status Inquiry service is used for status information. Undefined order codes cannot be sent for inquiry.
POST searchOrderStatus
Use
Parameter Descriptions & Rules
The table below lists the input and output parameters of the searchOrderStatus()
operation, along with their types and formats
- fields
- Example Services Request
- Example Response
Parametre | Zorunluluk | Açıklama | Veri Tipi |
---|---|---|---|
processKey | Evet | Size tanımlanan processKey Bilgisi | string |
orderCode | Evet | Sipariş Kodu | string |
{
"processKey": "string",
"orderCode": "string"
}
{
"result": "0",
"errorCode": "",
"systemMessage": " "
}
Service Responses
result | errorCode | systemMessage | Description |
---|---|---|---|
1 | Order information sent to the Horoz system successfully. | ||
0 | 101 | UNDEFINED SUPPLIER! | Supplier information sent to the Horoz system is undefined. |