Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 745 Bytes

ProductAddSalesTax.md

File metadata and controls

16 lines (8 loc) · 745 Bytes

ProductAddSalesTax

Percent of an item's price to be charged as the sales tax for the order. Look at cart.info method response for allowed values.


<div style="font-style:normal">Param structure:<div style="margin-left: 2%;"><code style="padding:0; background-color:#ffffff;font-size:85%;font-family:monospace;">sales_tax[tax_percent] = decimal (##.###)
sales_tax[tax_state] = string
sales_tax[shipping_inc_in_tax] = bool

Properties

Name Type Description Notes
taxPercent BigDecimal [optional]
taxState String [optional]
shippingIncInTax Boolean [optional]