This API allows you to obtain the tracking history of one or more orders using your external reference to Hound Express. The history provides a detailed breakdown of the tracking of each order.
For example, you can search for orders using references from Estafeta or 99 Minutes, among other parcels.
If you need help don't forget to use our artificial intelligence
Our API provides you with a tool that allows you to consult the list of events that have been registered for the order within our system.
Name Description Service name trackOrderReference EndPoint https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/trackOrder Headers https://apis-hound-express.readme.io/docs/the-headers-request Method POST Parameters JsonObject see: The guide object
RequestTo carry out the consumption of the service for the creation of the order it is necessary to send a JSON object or array of JSON objects of the guide type and it requires the filling of the following fields:
You can send an array of objects instead of a single object, in which case you should also get an array of objects in the response, corresponding to each one of the guideNumbers sent.
Field name Type MaxLength Required Comments guideNumber String 30 Required It is the guideNumber assigned to the shipment order flag Integer 9 Optional If you send this field with a value = 1 you will track as reference and the service return all registers found with that value, in which case the response would be an object array.
NOTE: if you send this field value as 1 within an object inside an array, the response should be one array inside another (for each object with this value set to 1).If you would like to track multiple guides on just one request you could send a JSON array
Response
Successful responseThe Guide.resultDetails is an array of objects where you will found the information about the history of the tracking
Field Name Type MaxLength Comment Id Integer 9 Sequential number sorted by the time where the events occurs Code String 20 short Code of the event Description String 30 Large description about the event Date String 20 Date Time when the event has been reported Aux BaseObject - Aditional information in cases when the event has more data to show
Failed ResponsewsErrors elements
Field Name Type Commens id Integer Error id code String Error code type Integer Severity of the error description String Description with more details of the detected error