HomeVendure CoreMoreMoreTaxDefaultTaxLineCalculationStrategyOn this pageDefaultTaxLineCalculationStrategy@vendure/coreSource The default TaxLineCalculationStrategy which applies a single TaxLine to the OrderLine based on the applicable TaxRate. Signatureclass DefaultTaxLineCalculationStrategy implements TaxLineCalculationStrategy { calculate(args: CalculateTaxLinesArgs) => TaxLine[];} Implements: TaxLineCalculationStrategy calculatemethod(args: CalculateTaxLinesArgs) => TaxLine[]Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousAddressBasedTaxZoneStrategyNextDefaultTaxZoneStrategyEdited Jan 28, 2026ยทEdit this page