Created
April 2, 2012 19:52
-
-
Save lk-snippets/2286772 to your computer and use it in GitHub Desktop.
Google Product Listing Tax Info Format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<g:tax> | |
<g:country>US</g:country> //The country an item is taxed in (as an ISO 3166 country code) | |
<g:region>CA</g:region> //The geographic region that a tax rate applies to, e.g., in the US, the two-letter state abbreviation, ZIP code, or ZIP code range using * wildcard | |
<g:rate>8.25</g:rate> //The tax rate as a percent of the item price, i.e., number, as a percentage | |
<g:tax_ship>y</g:tax_ship> //Boolean value for whether you charge tax on shipping, y for yes or n for no - the default value is n | |
</g:tax> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment