Request report generation
POST/report/api/v1/request/:report_name
Submits a request to generate a report for the given report type and date range.
Report generation is asynchronous — the response returns a request_id and an estimated time (eta).
Use Check Report Status to poll until the report is ready, then List Generated Reports
to get the download URL.
Available report types:
report_name | Description |
|---|---|
fulfilment_report | Order and fulfilment details for dispatched shipments. |
daily_net_sales_report | Day-wise net sales summary. |
returns_fulfilment_report | Details of returned shipments. |
Request
Responses
- 200
- 400
- 401
Report request submitted successfully.
Invalid request.
Missing or invalid access token.