eBay Shopping APIVersion 1293
 

TaxJurisdictionType

Type used by each TaxJurisdiction container that is returned in the GetShippingCosts response. A TaxJurisdiction container is returned for each tax jurisdiction where the seller has defined a sales tax rate (using the Sales Tax Table UI in My eBay), and each of these containers show the sales tax rate for the corresponding tax jurisdiction (and not just the tax jurisdiction associated with the specified DestinationPostalCode in the call request).

Type that uses TaxJurisdictionType:

Call that uses TaxJurisdictionType:

Fields

JurisdictionID ( string ) [0..1]
Unique identifier of the sales tax jurisdiction (typically, a state or province). In the US, the two-digit acronyms for the states are used (such as 'CA' for California).
See the Field Index to learn which calls use JurisdictionID.

SalesTaxPercent ( float ) [0..1]
The sales tax percentage that will be applied to orders shipped to this jurisdiction. Sellers define sales tax rates for different tax jurisdictions using the Sales Tax Table UI in My eBay. The sales tax percent value supports a precision of 3 digits after the decimal point (##.###).

Note: As of November 1, 2019, buyers in over 30 US states will automatically be charged sales tax for eBay purchases. eBay will collect and remit this sales tax to the proper taxing authority on the buyer's behalf. So, if a sales tax rate is applied to the listing by the seller for a state that is subject to eBay 'Collect and Remit', the sales tax rate in this field is ignored by eBay during the checkout process. For a list of US states that are subject to eBay 'Collect and Remit' taxes (and effective dates), see the eBay sales tax collection help topic.
See the Field Index to learn which calls use SalesTaxPercent.

ShippingIncludedInTax ( boolean ) [0..1]
This boolean field indicates whether or not shipping costs are to be part of the base order amount that is taxed. This value is 'false' by default, and the seller will have to mark this setting to 'true' in the Sales Tax Table UI in My eBay.

Note: As of November 1, 2019, buyers in over 30 US states will automatically be charged sales tax for eBay purchases. eBay will collect and remit this sales tax to the proper taxing authority on the buyer's behalf. So, if a sales tax rate is applied to the listing by the seller for a state that is subject to eBay 'Collect and Remit', the sales tax rate in this field is ignored by eBay during the checkout process. For a list of US states that are subject to eBay 'Collect and Remit' taxes (and effective dates), see the eBay sales tax collection help topic.
See the Field Index to learn which calls use ShippingIncludedInTax.