Read report data (TSV)
Generate and read report data as rows. Specify the report type and marketplace; the connector handles status polling and document download.
SELECT *
FROM get_report_tsv
WITH(
ReportType='GET_MERCHANT_LISTINGS_ALL_DATA'
, MarketplaceIds='ATVPDKIKX0DER'
)