Skip to main content

This type is used to provide sales tax settings for a specific tax jurisdiction.

Type that uses SalesTax

SalesTaxes

Calls that use SalesTax

Fields

Field
Type
Description
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:
  • US
  • CA
salesTaxJurisdictionId
A unique ID that identifies the sales tax jurisdiction to which the sales tax rate applies.

Note: When the returned countryCode is US, the only supported return values for salesTaxJurisdictionId are:
  • AS (American Samoa)
  • GU (Guam
  • MP Northern Mariana Islands
  • PW (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 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.