Reports

Daily revenue stats

The dashboard payload that powers the "today at a glance" revenue view for a single site. Returns revenue by centre, payments by processor, top items, and other operational counts. Defaults to today in the site's timezone if date is omitted.

get/shop/reports/daily-revenue-stats

Query parameters

site_idstring uuid required

The site to compute the daily stats for.

datestring date
Example:2026-06-15

The date to compute the stats for. Defaults to today in the site's timezone if omitted.

Response

The stats were successfully generated.

{"stackTrail":"components:schemas:DailyRevenueStatsResponse:properties:revenue_by_centre","oasType":"schema","type":"unknown","description":"Revenue grouped by revenue centre for the day."}
{"stackTrail":"components:schemas:DailyRevenueStatsResponse:properties:payments_by_processor","oasType":"schema","type":"unknown","description":"Payments grouped by processor (Adyen, Stripe, cash, etc.)."}
{"stackTrail":"components:schemas:DailyRevenueStatsResponse:properties:operational_stats","oasType":"schema","type":"unknown","description":"Headline operational counts (e.g. appointments, sessions)."}
{"stackTrail":"components:schemas:DailyRevenueStatsResponse:properties:orders","oasType":"schema","type":"unknown","description":"Order totals for the day."}
{"stackTrail":"components:schemas:DailyRevenueStatsResponse:properties:item_type_breakdown","oasType":"schema","type":"unknown","description":"A breakdown by offering type."}
{"stackTrail":"components:schemas:DailyRevenueStatsResponse:properties:top_items","oasType":"schema","type":"unknown","description":"The top-selling items by net revenue."}

Changes

No recorded changes to this endpoint across all 1 revision of this API.