Home

Allows you to obtain the tracking history of your order.

🚧

If you need help don't forget to use our artificial intelligence

📘

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

Response

👍

Successful response

The Guide.resultDetails is an array of objects where you will found the information about the history of the tracking

Field NameTypeMaxLengthComment
IdInteger9Sequential number sorted by the time where the events occurs
CodeString20short Code of the event
DescriptionString30Large description about the event
DateString20Date Time when the event has been reported
AuxBaseObject-Aditional information in cases when the event has more data to show

❗️

Failed Response

wsErrors elements

Field NameTypeCommens
typeIntegerSeverity of the error
codeStringError code
descriptionStringDescription with more details of the detected error

❗️

Errors

TypeCodeDescription
errorMAXTRKEXThe maximum simultaneus tracking that you can do is limited to: [MAX. CAPACITY] and you're trying to recover: [CAPACITY SENDED], please reduce this number
errorGONULLWe don't have any information about the guide:[GUIDE NUMBER]
errorERRORError while fetching original guide details
errorEl Manifiesto no pertenece a su organizaciónThe manifest: [GUIDE NUMBER] does not belong to your organization.
errorEl Manifiesto no existeThe manifest: [GUIDE NUMBER] is not found in the DB.
errorGONULLYou did not provide any guide number
Language
Click Try It! to start a request and see the response here!