Home

TrackOrderMultiple

The functionality of this API is to obtain the tracking history with its respective breakdown, of two or more orders.

🚧

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.

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.

📘

### 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 nameTypeMaxLengthRequiredComments
guideNumberString30RequiredIt is the guideNumber assigned to the shipment order

If you would like to track multiple guides on just one request you could send a JSON array

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 NameTypeCommens
idIntegerError id
codeStringError code
typeIntegerSeverity of the error
descriptionStringDescription with more details of the detected error
Language
Click Try It! to start a request and see the response here!