UNPKG

amazon-sp-api-timeout

Version:

Amazon Selling Partner API client

21 lines 464 B
module.exports = { reports:{ __versions:[ '2020-09-04', '2021-06-30' ], __operations:[ 'getReports', 'createReport', 'getReport', 'cancelReport', 'getReportSchedules', 'createReportSchedule', 'getReportSchedule', 'cancelReportSchedule', 'getReportDocument' ], ...require('./versions/reports/reports_2020-09-04'), ...require('./versions/reports/reports_2021-06-30') } };