eBay Shopping APIVersion 1293
 

SalesTaxType

This type is used to express sales tax details for the shipping destination. Sales tax information is only returned in GetShippingCosts (through ShippingDetails.SalesTax container) if sales tax is applicable to the shipping destination.

Type that uses SalesTaxType:

Call that uses SalesTaxType:

Fields

SalesTaxAmount ( AmountType (double) ) [0..1]
This is the expected tax amount based on the item cost (and shipping costs if ShippingIncludedInTax is true), the sales tax percentage, and the shipping destination.
See the Field Index to learn which calls use SalesTaxAmount.

SalesTaxPercent ( float ) [0..1]
Percent of an item's price to be charged as the sales tax for the transaction. The sales tax percentage value is stored with a precision of three digits after the decimal point (##.###).
See the Field Index to learn which calls use SalesTaxPercent.

SalesTaxState ( string ) [0..1]
State or jurisdiction for which the sales tax is applicable. Only returned if the seller specified a value. This should be the same value that is passed into the DestinationPostalCode in the call request.
See the Field Index to learn which calls use SalesTaxState.

ShippingIncludedInTax ( boolean ) [0..1]
This field is returned as true if shipping costs (in addition to item cost) are considered when calculating the sales tax amount. Shipping costs can only be taxed for US listings.
See the Field Index to learn which calls use ShippingIncludedInTax.