Is there any JavaScript API available for tracking Fedex and UPS packages?
Share
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.
I googled for something like this but couldn’t find anything. Then I decided to do it server side in ROR.
Here it is how to get UPS and Fedex
xmlrequest and response from their test servers.For Fedex:
And that’s it! You will get response in hash variable, I converted
xmlresponse in to Hash because we can easily use Hash object at our view to display response data.For UPS:
This hash variable contains the response of UPS Tracking Request in Hash format.