I already have a setup on my website where buyers type in their zipcode and the shipping is calculated for them using rates from USPS. How can I implement the same system for international rates from USPS? I want the user to be able to select their country from a dropdown on my website so it calculates shipping for them before they buy anything. To clarify again: I already have my own website where people can buy things. I want to know how to have the dropdown calculate international shipping. Currently, I already have it setup where they can type in their zipcode and it calculates domestic shipping in USA. I want to have the user be able to select their country and calculate shipping for their country.