> ## Documentation Index
> Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tax Per Order: Average Tax Amount Per Transaction

> Track the average tax amount collected per order from your Shopify store. Monitor tax burden by segment and reconcile collected taxes with reporting obligations.

<Tip>
  The average tax dollar amount collected per order.
</Tip>

## Formula

<Info>
  **Tax Per Order** = **Tax Collected** ÷ **Total Orders**
</Info>

### Formula Components

| Metric                                                         | Definition                                                 |
| -------------------------------------------------------------- | ---------------------------------------------------------- |
| [**Tax Collected**](/reference/metrics/orders/adjustments/tax) | Total sales tax collected from customers across all orders |
| [**Total Orders**](/reference/metrics/orders/counts/orders)    | Total number of completed orders in the period             |

| Metadata        |                             |
| --------------- | --------------------------- |
| **Type**        | Currency                    |
| **Data Source** | [Shopify](/sources/shopify) |
| **Aggregation** | Ratio                       |

***

## Example

Your store processed **2,450 orders** in April and collected **\$18,375 in taxes**:

| Metric            | Value      |
| ----------------- | ---------- |
| Tax Collected     | \$18,375   |
| Order Count       | 2,450      |
| **Tax Per Order** | **\$7.50** |

***

## How It Works

Tax Per Order divides total tax collected by all orders in the period. This average reflects the typical tax burden on each transaction, influenced by customer locations, product taxability, and order values. Use it to understand regional tax exposure and verify consistency with expected rates.

***

## When to Use

| Scenario             | Action                                                         |
| -------------------- | -------------------------------------------------------------- |
| Tax reconciliation   | Compare to expected rates by region to catch collection errors |
| Segment analysis     | Identify customer segments with higher tax burdens             |
| Pricing strategy     | Factor average tax into displayed pricing decisions            |
| Geographic expansion | Estimate tax impact when entering new jurisdictions            |

***

## Related Metrics

| Metric                                                           | Relationship                              |
| ---------------------------------------------------------------- | ----------------------------------------- |
| [Tax Collected](/reference/metrics/orders/adjustments/tax)       | Numerator: total tax collected            |
| [Total Orders](/reference/metrics/orders/counts/orders)          | Denominator: transaction count            |
| [Tax %](/reference/metrics/orders/adjustments/tax-percent)       | Tax as percentage of order value          |
| [Total Revenue](/reference/metrics/orders/revenue/total-revenue) | Includes tax, shipping, and product sales |

[See all Adjustments metrics →](/reference/metrics/orders/adjustments)
