we are developing an online shopping site and we are using Australia Post as our shipping method. so we are also using a tracking system for Australia Post.
Can anyone tell me how can I integrate Australia post API for tracking?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The API is documented here: Delivery Choice technical specifiction
It looks like you will need either an API key or a user account with Australia Post in order to access this functionality.
The vast majority of the methods support XML/JSON access, with some using OAuth. There are a number of different approaches you could use to call these methods from within the .NET Framework;
HttpWebRequestprobably being the simplest.