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
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.
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.
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.
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.
Copyright © 2006–2020
eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.