Tax REST endpoints
vendor/magento/module-tax/etc/webapi.xml
GET
/V1/taxClasses/:taxClassId
Get a tax class with the given tax class id.
Tax · Magento\Tax\Api\TaxClassRepositoryInterface::get
/V1/taxClasses/search
Retrieve tax classes which match a specific criteria.
Tax · Magento\Tax\Api\TaxClassRepositoryInterface::getList
/V1/taxRates/:rateId
Get tax rate
Tax · Magento\Tax\Api\TaxRateRepositoryInterface::get
/V1/taxRates/search
Search TaxRates
Tax · Magento\Tax\Api\TaxRateRepositoryInterface::getList
/V1/taxRules/:ruleId
Get TaxRule
Tax · Magento\Tax\Api\TaxRuleRepositoryInterface::get
/V1/taxRules/search
Search TaxRules
Tax · Magento\Tax\Api\TaxRuleRepositoryInterface::getList
POST
PUT
DELETE
/V1/taxClasses/:taxClassId
Delete a tax class with the given tax class id.
Tax · Magento\Tax\Api\TaxClassRepositoryInterface::deleteById
/V1/taxRates/:rateId
Delete tax rate
Tax · Magento\Tax\Api\TaxRateRepositoryInterface::deleteById
/V1/taxRules/:ruleId
Delete TaxRule
Tax · Magento\Tax\Api\TaxRuleRepositoryInterface::deleteById
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.