This type is used to provide sales tax settings for a specific tax jurisdiction.
Type that uses SalesTax
Calls that use SalesTax
Fields
countryCode
The country code enumeration value identifies the country to which this sales tax rate applies.
Note: Sales-tax tables are available only for the US and Canada marketplaces. Therefore, the only supported values are:
Note: Sales-tax tables are available only for the US and Canada marketplaces. Therefore, the only supported values are:
US
CA
salesTaxJurisdictionId
A unique ID that identifies the sales tax jurisdiction to which the sales tax rate applies.
Note: When the returned
Note: When the returned
countryCode
is US
, the only supported return values for salesTaxJurisdictionId
are:AS
(American Samoa)GU
(GuamMP
Northern Mariana IslandsPW (Palau)
VI
(US Virgin Islands)
salesTaxPercentage
The sales tax rate that will be applied to sales price. The shippingAndHandlingTaxed value will indicate whether or not sales tax is also applied to shipping and handling charges
Although it is a string, a percentage value is returned here, such as
Although it is a string, a percentage value is returned here, such as
7.75
shippingAndHandlingTaxed
If returned as
true
, sales tax is also applied to shipping and handling charges, and not just the total sales price of the order.