TaxOptions
taxZoneStrategy
property
TaxZoneStrategyDefault:
<a href='/reference/typescript-api/tax/default-tax-zone-strategy#defaulttaxzonestrategy'>DefaultTaxZoneStrategy</a>Defines the strategy used to determine the applicable Zone used in tax calculations.
taxLineCalculationStrategy
property
TaxLineCalculationStrategyDefault:
<a href='/reference/typescript-api/tax/default-tax-line-calculation-strategy#defaulttaxlinecalculationstrategy'>DefaultTaxLineCalculationStrategy</a>Defines the strategy used to calculate the TaxLines added to OrderItems.
orderTaxCalculationStrategy
Default:
<a href='/reference/typescript-api/tax/order-tax-calculation-strategy#defaultordertaxcalculationstrategy'>DefaultOrderTaxCalculationStrategy</a>Defines how order-level tax totals and the tax summary are calculated.
The default strategy rounds tax at the individual line level and then sums (per-line rounding). The OrderLevelTaxCalculationStrategy alternative groups net subtotals by tax rate and rounds once per group (per-total rounding), which is required by certain jurisdictions and ERP systems.
Was this chapter helpful?