Skip to content

Sale Stats

Menu: Commerce -> Sale Stats
Deep link: /_Admin/commerce/sale-stats?SiteId={siteGuid}

View site commerce sales reports by date range (read-only; does not modify order data). Top Date range defaults to last month through today; three tabs share the same range; changing dates reloads each tab.

Permission

Menu permission is saleStats (view). Enable Commerce -> Sale Stats (and parent Commerce) in Edit menu.

How to Open

  1. Enable Commerce -> Sale Stats in Edit menu.
  2. Open Commerce -> Sale Stats in the left sidebar.

Date Range

Top-right Date range (daterange): select start and end dates. On change, current tab calls load(1) and resets to page 1.

Product Stats

Default tab (UI label Product sales report, ProductStats).

Sale stats: product stats tab with summary and table

Summary

ItemDescription
ProductsProduct count in range (product)
Total amountSales total (amount, CurrencyAmount)

Table

ColumnDescription
ProductProduct name
VariantVariant/option display (options)
SKU
Order countRelated order count
PriceAverage price avgPrice
QuantitySales quantity
AmountLine sales amount
ActionDescription
Export ExcelExport by current date range (generateProductSaleStats → download)
Pagination30 rows per page by default

Order Stats

Tab: Order detail report (OrderStats).

Sale stats: order stats tab line details

Summary

ItemDescription
OrdersOrder count (order)
Total amountTotal amount

Table

Expanded by paid order lines; columns dynamically generated from product field model, commonly:

ColumnDescription
DatepaidAt payment time
Order IDorderId
ProductLine product name
Variant / SKU
Original / Price / Qty / Amount
Payment method
Address / Phone / CustomerOrder snapshot info
NoteOrder note

Supports Export Excel, pagination (30 per page).

Daily Stats

Tab: Daily sales report (DailyStats).

Sale stats: daily stats tab aggregated by day

Summary

ItemDescription
OrdersTotal orders in range
CustomersOrdering customer count (customer)
Total amountSales total

Table

ColumnDescription
DateAggregated by day
CustomersCustomers ordering that day
Order countOrders that day
ATVAverage order value atv
AmountDaily sales

Supports Export Excel, pagination.

Data Notes

  • Stats from site completed/paid order data (same business scope as admin orders list; per server SaleStats API).
  • Multi-currency sites display per API amounts; related to currencies settings.
  • This page is query and export only; cannot modify orders or refunds here.