Skip to main content

Generate sales by items report

GET 

/api/organizations/:organization_id/items/reports

Streams a CSV of sales aggregated by item over the requested period, ordered by item name. The response is streamed and is not wrapped in the standard { code, message, data } envelope.

Request

Responses

200 Item sales report

Response Headers
    Content-Type
    Example: text/csv
    Content-Disposition
    Example: attachment; filename=item_sales_report.csv