mws_client v0.0.1 MWSClient.Reports
Summary
Functions
Gets a report and its Content-MD5 header
Lists reports
Lists report requests
Takes a required reporttype and keyword list of options report_request(“_GET_FLAT_FILE_ORDERS_DATA”,[]) options must be
- start_date iso8601
- end_date iso8601
- report_options (a query_string fragment like “ShowSalesChannel=true”)
- marketplace_id_list is [] of ids marketplace_id_list
Functions
Gets a report and its Content-MD5 header
see http://docs.developer.amazonservices.com/en_US/reports/Reports_GetReport.html param [String] report_id return [Peddler::XMLParser] if report is in XML format return [Peddler::FlatFileParser] if report is a flat file
Lists reports
see http://docs.developer.amazonservices.com/en_US/reports/Reports_GetReportList.html
param [Hash] opts
option opts [Integer] :max_count
option opts [
Lists report requests
see http://docs.developer.amazonservices.com/en_US/reports/Reports_GetReportRequestList.html
param [Hash] opts
option opts [
Takes a required reporttype and keyword list of options report_request(“_GET_FLAT_FILE_ORDERS_DATA”,[]) options must be
- start_date iso8601
- end_date iso8601
- report_options (a query_string fragment like “ShowSalesChannel=true”)
- marketplace_id_list is [] of ids marketplace_id_list