1. Adobe Commerce User Guide
"Tax Rules": "A tax rule is a combination of a product tax class
customer tax class
and tax rate. Each customer is assigned to a a customer tax class
and each product is assigned to a product tax class. Magento analyzes the shopping cart of each customer and calculates the appropriate tax according to the customer and product classes and the store's tax rules."
Source: Adobe Commerce Documentation
Stores > Taxes > Tax Rules.
2. Adobe Commerce User Guide
"Tax Configuration Best Practices": "The basic components of tax configuration are Tax Rates
Tax Zones
and Tax Rules. For tax to be calculated correctly
you must configure all three components." This statement emphasizes that all three parts
including the rule
are mandatory for the system to function.
Source: Adobe Commerce Documentation
Stores > Taxes > Tax Configuration Best Practices.
3. Adobe Commerce Developer Documentation
"Tax": The developer documentation outlines the database schema
showing that the taxcalculationrule table links customertaxclassid
producttaxclassid
and a code that corresponds to the taxcalculationrate. This confirms at a technical level that the rule is the linking entity.
Source: Adobe Commerce Developer Documentation
Architecture > Core Architecture > Tax.