cURL
curl --request GET \ --url https://api.sandbox.co.in/gst/compliance/tax-payer/gstrs/gstr-2a/ecom/{year}/{month} \ --header 'authorization: <authorization>' \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-version: <x-api-version>'
{ "code": 200, "timestamp": 1769775673827, "data": { "status_cd": "0", "error": { "message": "No document found for the provided Inputs", "error_cd": "RET13509" } }, "transaction_id": "7f8adc15-7345-4d26-ab40-ae9313e4ceaf" }
Get all ECOM details in GSTR-2A for a return period for authenticated taxpayer.
Year e.g. 2020
Month e.g. 01
optional Counter party GSTIN
optional
Filter to fetch data from specified date. E.g., 28/01/2025
Show child attributes
Was this page helpful?