Reports

Daily sales stats

The dashboard payload that powers the "today's sales" view for a single site. Returns payments grouped by processor, refunds, the day's orders, aggregate order stats, and membership sales. Defaults to today in the site's timezone if date is omitted.

Companion endpoint to /shop/reports/daily-revenue-stats.

get/shop/reports/daily-sales-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:DailySalesStatsResponse:properties:payments_by_processor","oasType":"schema","type":"unknown","description":"Payments grouped by processor (Adyen, Stripe, cash, etc.)."}
{"stackTrail":"components:schemas:DailySalesStatsResponse:properties:refunds","oasType":"schema","type":"unknown","description":"Refund totals broken down by processor."}
{"stackTrail":"components:schemas:DailySalesStatsResponse:properties:orders","oasType":"schema","type":"unknown","description":"A sample of the day's orders."}
{"stackTrail":"components:schemas:DailySalesStatsResponse:properties:order_stats","oasType":"schema","type":"unknown","description":"Aggregate order counts and totals for the day."}
{"stackTrail":"components:schemas:DailySalesStatsResponse:properties:memberships","oasType":"schema","type":"unknown","description":"Membership-related sales counts for the day."}

Changes

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