This type is used by the base request of the createOrReplaceSalesTax.
Types that use SalesTaxBase
Not used by any types.
Call that uses SalesTaxBase
Fields
salesTaxPercentage
This field is used to set the sales tax rate for the tax jurisdiction set in the call URI. When applicable to an order, this sales tax rate 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 set here, such as
Although it is a string, a percentage value is set here, such as
7.75
.shippingAndHandlingTaxed
This field is set to
true
if the seller wishes to apply sales tax to shipping and handling charges, and not just the total sales price of the order. Otherwise, this field's value should be set to false
.