Skip to main content

Road Order Status Listing- listRoadOrderStatus()

Road Order Status Listing

The listRoadOrderStatus method on the Horoz Logistics E-Export Integration is a function that returns the list of the cargo status of the orders transmitted to the Horoz system to the client. Important information about the listRoadOrderStatus() method and the things to be considered when querying the cargo status of the road order in the Horoz system are listed below for the information of the clients.

  • The listRoadOrderStatus() method is a RESFtul web service method that receives data in JSON format via POST method.

  • When querying the cargo status of the road order from the Horoz system with the listRoadOrderStatus() method, the information about the order must be passed to the body part of the method in the JSON data type. The processKey information of the client must be passed to the header part of the method in parameter type. The submission made with the listRoadOrderStatus() method must be encoded as UTF-8 and transmitted to Horoz Logistics E-Export Integration Web service.

  • The listRoadOrderStatus() method in the E-Export integration web service receives customerOrderNumber as a parameter as a POST method in JSON format.

  • The method returns the expected cargo tracking information for the orders and/or orders in the list returned to the client in response to the received request parameters.

  • When querying the cargo tracking status of the orders with the listRoadOrderStatus() method, only the customer order number can be queried. Customer order number cannot be blank. The statuses returned in the listRoadOrderStatus() method are order based and product based statuses are not returned.


POST listRoadOrderStatus()

Parameter Descriptions & Rules

The following table shows the input and output parameters of the listRoadOrderStatus() operation and their The types and formats of the parameters are listed.

PARAMETERDESCRIPTIONDATA TYPELENGTHFIELD LOCATIONREQUIRMENT
processKeyprocessKey information defined for the clientstring100HeaderMandatory
customerOrderNumberCustomer order numberstring100inBody RequestOptional

All status information that can come to the “deliveryStatu” field is specified in the table below.

Response Code
DSV TURKEY ORDER ACCEPTANCE
ORDER CONFIRMED
DSV ORDER BARCODE RECEIVED
DSV ORDER RECORD CREATED
ORDER CREATED
ORDER DELIVERED
DELIVERY CANCELED
DSV GERMANY WAREHOUSE ENTRANCE
DSV GERMANY WAREHOUSE EXIT
ON THE WAY FOR DELIVERY
LEFT THE FACILITY
ORDER DATA TRANSMITTED VIA INTEGRATION
ORDER CANCELED
DSV WAREHOUSE ENTRANCE
DSV WAREHOUSE OUTLET
ERROR: ORDER COULD NOT BE TRANSFERRED
INTAKE SCREENING
BUYER REFUSED DELIVERY
LEFT THE FACILITY - ON THE WAY

Service Responses

You can access the successful/unsuccessful service responses here.