Tracking API for Fedex and UPS [closed]
Is there any JavaScript API available for tracking Fedex and UPS packages? Harshal_m_joshi I googled for same but couldn't found any. Then i decide to it by server side in ROR here it is how to get UPS and Fedex xml request and response from their test servers For Fedex: track_no = '111111111111' (This is test track no) This XML Request body for fedex xml_req = "<TrackRequest xmlns='http://fedex.com/ws/track/v3'><WebAuthenticationDetail><UserCredential><Key>YOUR_ACC_KEY</Key> <Password>YOUR_ACC_PASSWORD</Password></UserCredential></WebAuthenticationDetail><ClientDetail> <AccountNumber>YOUR_ACC