Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.01 KB

SalesTax.md

File metadata and controls

12 lines (9 loc) · 1.01 KB

# SalesTax

Properties

Name Type Description Notes
country_code string The country code identifying the country to which this tax rate applies. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:CountryCodeEnum&#39;&gt;eBay API documentation</a> [optional]
sales_tax_jurisdiction_id string A unique ID that identifies the sales tax jurisdiction to which the tax rate applies (for example a state within the United States). [optional]
sales_tax_percentage string The sales tax rate (as a percentage of the sale) applied to sales transactions made in this country and sales tax jurisdiction. [optional]
shipping_and_handling_taxed bool If set to true, shipping and handling charges are taxed. [optional]

[Back to Model list] [Back to API list] [Back to README]