Reports

Revenue by order label report

Summarises submitted/settled basket revenue grouped by order label. The response is a display-ready table (header + body rows). For JSON-native consumption use /shop/reports/revenue-by-order-label-v2; for large date ranges export asynchronously via /shop/reports/revenue-by-order-label/queue.

get/shop/reports/revenue-by-order-label

Query parameters

site_idstring uuid

Restrict the report to baskets at the given site.

revenue_date_fromstring date required
Example:2026-06-01

Restrict to baskets with a revenue date on or after this date.

revenue_date_tostring date required
Example:2026-06-30

Restrict to baskets with a revenue date on or before this date.

Response

The report was successfully generated.

Changes

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