The TRAKPAK Web Services use the HTTP POST method. HTTP is a relatively simple protocol – an application that wants to use TRAKPAK Web Services acts as a HTTP client. It sends its request to the TRAKPAK web server as part of a HTTP POST message, TRAKPAK servers reply to each request using an HTTP response message.
Secure SSL connection is available using HTTPS.
The TRAKPAK API Endpoint is:
https://trakpak.co.uk/API/?version=3.0
Note: You must not send more than 3 concurrent requests otherwise you API key will be disabled
You may use the API is test mode by adding the parameter testMode=1, for example:
https://trakpak.co.uk/API/?version=3.0&testMode=1
You may request an API key via client.servicedesk@p2pmail.co.uk
P2P systems require all data to be encoded in UTF-8.
Functionality Options
The option is defined by the request root tag. The following commands are available.
- Create a Parcel
<CreateShipment>
- Cancel a Parcel
<CancelShipment>
- Track a Parcel
<TrackShipment>
- Locate a Store
<LocateStore>
- Estimate Duty & Tax
<EdtLookup>
TRAKPAK Web Services documentation is available on request, please get in touch via client.servicedesk@p2pmail.co.uk
Comments
0 comments
Please sign in to leave a comment.