Allows you to obtain the tracking history of your order.
Do you have questions about our APIs?
If you need help, don’t forget to use our artificial intelligence — it will help you generate examples that fit your specific needs, variations, and the required parameters for using each Hound Express API.
Name Description Service name trackOrder 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
### Request
To 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
Response
### Successful response
The 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 Response
wsErrors elements
Field Name Type Commens type Integer Severity of the error code String Error code description String Description with more details of the detected error
### Errors
Type Code Description error MAXTRKEX The maximum simultaneus tracking that you can do is limited to: [MAX. CAPACITY] and you're trying to recover: [CAPACITY SENDED], please reduce this number error GONULL We don't have any information about the guide:[GUIDE NUMBER] error ERROR Error while fetching original guide details error El Manifiesto no pertenece a su organización The manifest: [GUIDE NUMBER] does not belong to your organization. error El Manifiesto no existe The manifest: [GUIDE NUMBER] is not found in the DB. error GONULL You did not provide any guide number