Skip to main content
Version: 1.0.0

Tracking API

The Parcelhub Tracking API can be used to receive up to date tracking information on your shipments.

All API response includes a ServiceResult object which denotes whether the request sent to the API was successful or not. If the API encountered an error or there’s an error in the data within the request it is sent to the API. The success field will be set to false and the other fields (ErrorCode, ErrorMessage, InternalErrorMessage) will be provided with the relevant information relating to the nature of the error. In certain circumstances where the request is successful but contains some warning information in the response the HasWarning will be set to true and the message will be provided in the WarningMessage field.

All requests sent to the API require Content-Type in the header. The following content type is supported by the API

  • text/xml

  • application/xml

In order to make API request a Parcelhub Account ID and an Access Code is required to access the API. This is a seperate credential to the one used in the shipping API, If you do not have the above information, please contact your account manager.