DiscountUsage

Discount usage report

Display-formatted table of how each discount type has been used across orders in the filter range. For JSON-native consumption use /shop/reports/discount-usage-v2; for large exports use /shop/reports/discount-usage/queue.

get/shop/reports/discount-usage

Query parameters

site_idstring uuid

Restrict to baskets at the given site.

revenue_date_fromstring date
Example:2026-06-01

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

revenue_date_tostring date
Example:2026-06-30

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

submitted_at_fromstring date

Restrict to baskets submitted on or after this date.

submitted_at_tostring date

Restrict to baskets submitted on or before this date.

Response

The report was successfully generated.

Changes