Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Validate shipping address using fedex API

I am using rails 2.3.17, I have used fedex .

How can I validate the shipping address using fedex? Is there any proper documentation for the fedex api to validate address?

Any help is appreciated.

Thanks

EDIT

I have used the plugin https://github.com/kdonovan/fedex

Please have a look on it

like image 222
Debadatt Avatar asked Oct 20 '22 09:10

Debadatt


1 Answers

Honestly don't use FedEx's API to do address resi/comm versification. Its fraught with error, I've actually fed it FedEx owned warehouse locations and it told me they were residential. It may cost money but its better to use a third party like a smartystreets.com or someone like that.

If you have a set of fedex creds you can visit http://www.fedex.com/us/developer/ and get the API guides etc. I will say that some of their API's have errors in them so depending on what you're trying to do you can get some interesting results.

like image 145
user3752298 Avatar answered Oct 28 '22 21:10

user3752298