Localization: Taxes for the US
Due to the complexity of US taxes and many popular services (like Jetpack or TaxJar), we do not automatically add tax rates to new stores.
If you prefer manually managing your taxes, you can import the tax rates for each state from the WooCart US localization folder using WP-CLI. The source for US tax rates is Avalara.
Here's an example for Arizona:
wp-localize 'United States' 'AR'
If you want to import taxes for all states run:
wp-localize 'United States' 'taxrate-ALL'
Please make sure to manually review all tax rates after import.