The following table describes the extension point details of the Tax microservice.
See also, About Extending Infosys Equinox Commerce.
EXTENSION POINT NAME | EXTENSION POINT DESCRIPTION | EXTENSION INTERFACE METHOD SIGNATURE |
---|---|---|
DefaultTaxCalculationStrategyImpl | Indicates the class to calculate the tax for the items and shipping when adding a new SKU or shipping address or when updating the item quantity or shipping address in the cart. It calculates the tax by connecting with the third-party tax provider. | TaxResponse calculate(TaxRequest taxRequest) |
DefaultTaxCalculationPluginImpl | Indicates the class to calculate tax for the items and shipping when adding a new SKU or shipping address or updating the item quantity or shipping address in the cart. This implements the default tax processing, | TaxResponse calculate(TaxRequest request) |
com.skava.tax.validate.TaxValidator | A class containing the validations while adding shipping details in a cart and cart item(s). | preProcess(InputModel mode) |
Revision History
2022-04-10 | JP – Fixed link and http issues.
2019-06-16 | PLK – Added link.
2019-05-17 | Mary – Updated to a new table tool.
2019-04-15 | Ananthi – Content updated for April 2019 release.
2019-01-23 | PLK – Content uploaded.