Log in
Model

TaxManagement

Magento\Tax\Model\Sales\Order\TaxManagement

What it does

This class retrieves and organizes detailed tax information for an order, including taxes applied to each item, shipping, and other taxable entities.

Developers use this when they need to display or analyze the complete tax breakdown of an order, such as in invoices, reports, or custom tax analysis tools.

It aggregates item-level tax data into a structured format with both item-specific and order-level tax details.

Public Methods

  • getOrderTaxDetails()