SalesTaxType

Type for expressing sales tax data.

Types that use SalesTaxType:

Call that uses one or more fields of SalesTaxType:

Fields

SalesTaxAmount ( AmountType (double) ) [0..1]
(US only) The amount of sales tax, calculated for a transaction based on the SalesTaxPercent and pricing information.
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 value passed in is stored with a precision of 3 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 being collected. Only returned if the seller specified a value.
See the Field Index to learn which calls use SalesTaxState.

ShippingIncludedInTax ( boolean ) [0..1]
(US only) Whether shipping costs were part of the base amount that was taxed. Flat or calculated shipping.
See the Field Index to learn which calls use ShippingIncludedInTax.

Copyright © 2006–2013 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.