Reports

Cancellations and no-shows report

Summarises baskets that were cancelled or marked as a no-show in the given revenue date range. The response is a display-ready table (rows of header + body cells) split into data (one row per status) and totals (a single combined row). The response can also be requested as a CSV by sending Accept: text/csv.

For programmatic access to the same numbers in JSON-native shape, use /shop/reports/cancellations-and-no-shows-v2. For large date ranges or background email-delivered exports, queue the report with /shop/reports/cancellations-and-no-shows/queue.

get/shop/reports/cancellations-and-no-shows

Query parameters

site_idstring uuid required

Restrict the report to baskets at the given site. Required.

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.