Skip to main content

Generate customer sales report

GET 

/api/organizations/:organization_id/customers/reports

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

Request

Responses

200 Customer sales report

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