Skip to main content

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_nameDescription
fulfilment_reportOrder and fulfilment details for dispatched shipments.
daily_net_sales_reportDay-wise net sales summary.
returns_fulfilment_reportDetails of returned shipments.

Request

Responses

Report request submitted successfully.