--- displayed_sidebar: taxReference slug: /references/tax --- import { TypeList } from "docs-ui" # ITaxModuleService Reference This section of the documentation provides a reference to the `ITaxModuleService` interface’s methods. This is the interface developers use to use the functionalities provided by the Tax Module. The main service interface for the Tax Module. ## Methods - [retrieveTaxRate](../../ITaxModuleService/methods/tax.ITaxModuleService.retrieveTaxRate/page.mdx) - [listTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.listTaxRates/page.mdx) - [listAndCountTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.listAndCountTaxRates/page.mdx) - [createTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.createTaxRates/page.mdx) - [updateTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.updateTaxRates/page.mdx) - [upsertTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.upsertTaxRates/page.mdx) - [deleteTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.deleteTaxRates/page.mdx) - [restoreTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.restoreTaxRates/page.mdx) - [createTaxRegions](../../ITaxModuleService/methods/tax.ITaxModuleService.createTaxRegions/page.mdx) - [deleteTaxRegions](../../ITaxModuleService/methods/tax.ITaxModuleService.deleteTaxRegions/page.mdx) - [listTaxRegions](../../ITaxModuleService/methods/tax.ITaxModuleService.listTaxRegions/page.mdx) - [createTaxRateRules](../../ITaxModuleService/methods/tax.ITaxModuleService.createTaxRateRules/page.mdx) - [deleteTaxRateRules](../../ITaxModuleService/methods/tax.ITaxModuleService.deleteTaxRateRules/page.mdx) - [listTaxRateRules](../../ITaxModuleService/methods/tax.ITaxModuleService.listTaxRateRules/page.mdx) - [getTaxLines](../../ITaxModuleService/methods/tax.ITaxModuleService.getTaxLines/page.mdx) - [softDeleteTaxRates](../../ITaxModuleService/methods/tax.ITaxModuleService.softDeleteTaxRates/page.mdx) - [softDeleteTaxRegions](../../ITaxModuleService/methods/tax.ITaxModuleService.softDeleteTaxRegions/page.mdx) - [restoreTaxRegions](../../ITaxModuleService/methods/tax.ITaxModuleService.restoreTaxRegions/page.mdx) - [softDeleteTaxRateRules](../../ITaxModuleService/methods/tax.ITaxModuleService.softDeleteTaxRateRules/page.mdx) - [restoreTaxRateRules](../../ITaxModuleService/methods/tax.ITaxModuleService.restoreTaxRateRules/page.mdx)