Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

USPS shipping rate API limitations

Tags:

api

usps

I am working on showing the shipping rates on the product pages, like in Amazon and eBay.

However, because I'll be calling the API a lot more then the usual cart page, I am wondering if there are any limits to USPS API that can prevent me from using the API on product pages?

Do you think I should use some kind of offline processing?

like image 396
bymannan Avatar asked Jul 29 '12 04:07

bymannan


People also ask

Is USPS API free?

Customers who have registered for a USPS Web Tools® account and agreed to the terms and conditions of use can access USPS APIs for free.

What is USPS shipping APIs?

The USPS API is actually a collection of public address validation API and address lookup APIs provided by the United States Postal Service. The USPS address validation API gives software developers access to data on over 160 million US postal delivery points as well as ZIP Code and city information.

How do I find my USPS API?

To use the USPS APIs you must be a registered user. If you have not registered, go to http://www.usps.com/webtools/ and follow the instructions to register for the APIs. Upon completion of the registration process, your user ID will be sent via e-mail to the address specified in the registration.


1 Answers

No - there are no general limits in USPS web-services specification. Although they have a right to limit you if there is a high-load from your side. Anyway if you will have limit problems they solved either by describing business need for that to USPS or by caching.

I think offline processing will be not an easy thing if you don't know how to do it obviously.

So - avoid offline processing as long as you can.

like image 120
Vladimir Avatar answered Nov 09 '22 12:11

Vladimir