Method: MWS::Reports::Client#get_report_list
- Defined in:
- lib/mws/reports/client.rb
#get_report_list(opts = {}) ⇒ Peddler::XMLParser
Lists reports
111 112 113 114 115 116 117 118 |
# File 'lib/mws/reports/client.rb', line 111 def get_report_list(opts = {}) operation('GetReportList') .add(opts) .structure!('ReportTypeList', 'Type') .structure!('ReportRequestIdList', 'Id') run end |