Main >> ASP.NET Technical Articles and Discussions>> FedEx API integration
Monday, October 16 2006 10:04 PM
Has anyone done a FedEx API integration? I have some difficulties with the real time quotes.
reply
Thursday, December 13 2007 11:18 PM
OK I finally was able to get the Fedex Shipping API to work. Pretty poor service setup but anyway. Fedex Shipping API requires a SSP Subscribe Request first so it can activate the FedEx Api account. The next easy feature is Track Fedex Shipment I wrote a function named FedExTrackShipment The next function that I did is to get rates - FedExGetRateOptions Also I was able to pull a label from FedEx I wrote a function FedExGetLabel You will need to write a separate function for Fedex International Label At the end of the day You will have to do a FedEx Close Basically you build an XML file and post a call to the FedEx API server. If you have a question on code let me know I will gladly share it