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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.