FedEx api for shipping

Hemant Sharma picture Hemant Sharma · Apr 26, 2012 · Viewed 20.5k times · Source

I want to apply FedEx API in my e-commerce website. but I did't know how to apply that API. I have done "Test Key registration" and get Test Account information. so what I am doing next.

Thanks

Answer

Ashraf Sabry picture Ashraf Sabry · Nov 28, 2012

The following answer is concerning the tracking service which is part of the shipping services: After receiving your test credentials (key, password, account number and meter number), use them to send SOAP requests (as you normally do using your programming language) to the service at https://wsbeta.fedex.com:443/web-services/track Use 123456789012 as a test tracking number. When you are ready to move to the production environment, change the service path to https://ws.fedex.com:443/web-services/track (or https://gateway.fedex.com:443/web-services/track) and use the production credentials that can be obtained from here

Please refer to the documentation to be informed on how to use the services with your programming language.