AOV (ex-VAT) for the selected period.
At a glance
The average value of an order placed in the period, with VAT (or sales tax) stripped out. This is the ex-tax basket size finance teams use, because the tax inside an order is a liability owed to the tax authority, not income the store keeps. It is the per-order counterpart of the Total Revenue (ex-VAT) card.
Calculation
Worked example
A UK fashion store on Shopify withtaxesIncluded = true (customer-facing prices include 20% VAT). Reading taken on 14 Mar 26 over a 5-order sample to keep the arithmetic clear.
- The ex-VAT AOV is the gross AOV divided by 1.20 here (£98 / 1.20 = £81.67) because this sample is entirely standard-rated. On a real mixed catalogue with zero-rated lines the relationship is not a clean divide; the card uses the actual VAT recorded per order, so a basket of children’s clothing removes less.
- This is the basket size finance recognises as revenue. When you model contribution margin or compare basket size against other businesses, use the ex-VAT figure, because margin and revenue multiples are quoted net of tax.
- It moves for the same reasons as gross AOV. Discounting, product-mix shift, and new-customer surges all push it the same way. The only structural difference between this card and the gross AOV card is the tax layer, so if the two diverge in trend, your effective tax mix changed (more or fewer zero-rated lines in the basket).
Sibling cards merchants should reference together
Reconciling against Shopify Admin
Where to look in Shopify Admin: Shopify’s Average order value over time report shows AOV, but whether it is inclusive or exclusive of tax depends on your store’s tax-display settings. The cleaner reconciliation is to take the sales finance report, read Total sales minus Taxes, and divide by the order count for the same window. That hand-calculation should land close to this card. Other Shopify Admin views and why they differ:- Analytics → Dashboards → Overview AOV tile: a headline AOV, usually inclusive for inclusive-tax stores; reads higher than this card.
- Average order value over time: matches only if your report tax basis matches ex-tax.
- Finance → Summary: gives gross sales, taxes, and order count to reconstruct ex-VAT AOV by hand.
Internal identity (within Shopify):
shopify.aov_ex_vat = shopify.total_revenue_ex_vat / shopify.order_count
These cards are mathematical siblings; a mismatch is a rounding or sampling artefact, not a real disagreement.