meteor - ReportProcessingStatus": "_CANCELLED_" while try to get Orders Report in Amazon MWS -
i want orders details whatever time are. trying generate order report of amazon mws via report api , sending enumeration "_get_flat_file_orders_data_" or other report enum hit api requestreport gives in response
reportrequestinfo": { i20160628-13:14:55.462(5.5)? "reporttype": "_get_flat_file_orders_data_", i20160628-13:14:55.462(5.5)? "reportprocessingstatus": "_submitted_", i20160628-13:14:55.462(5.5)? "enddate": "2016-06-28t07:44:54+00:00", i20160628-13:14:55.462(5.5)? "scheduled": "false", i20160628-13:14:55.463(5.5)? "reportrequestid": "50692016981", i20160628-13:14:55.463(5.5)? "submitteddate": "2016-06-28t07:44:54+00:00", i20160628-13:14:55.463(5.5)? "startdate": "2016-06-28t07:44:54+00:00" i20160628-13:14:55.463(5.5)? } i20160628-13:14:55.463(5.5)? },
but hit getreportrequestlist api response response status show me cancel.
"reportrequestinfo": [ i20160628-13:15:22.937(5.5)? { i20160628-13:15:22.938(5.5)? "reporttype": "_get_flat_file_orders_data_", i20160628-13:15:22.938(5.5)? "reportprocessingstatus": "_cancelled_", i20160628-13:15:22.938(5.5)? "enddate": "2016-06-28t07:44:54+00:00", i20160628-13:15:22.938(5.5)? "scheduled": "false", i20160628-13:15:22.939(5.5)? "reportrequestid": "50692016981", i20160628-13:15:22.939(5.5)? "startedprocessingdate": "2016-06-28t07:44:58+00:00", i20160628-13:15:22.939(5.5)? "submitteddate": "2016-06-28t07:44:54+00:00", i20160628-13:15:22.940(5.5)? "startdate": "2016-06-28t07:44:54+00:00", i20160628-13:15:22.940(5.5)? "completeddate": "2016-06-28t07:45:04+00:00" i20160628-13:15:22.941(5.5)? }, i20160628-13:15:22.941(5.5)? { i20160628-13:15:22.942(5.5)? "reporttype": "_get_converged_flat_file_order_report_data_", i20160628-13:15:22.943(5.5)? "reportprocessingstatus": "_cancelled_", i20160628-13:15:22.943(5.5)? "enddate": "2016-06-28t07:38:44+00:00", i20160628-13:15:22.943(5.5)? "scheduled": "false", i20160628-13:15:22.943(5.5)? "reportrequestid": "50691016981", i20160628-13:15:22.943(5.5)? "startedprocessingdate": "2016-06-28t07:38:49+00:00", i20160628-13:15:22.944(5.5)? "submitteddate": "2016-06-28t07:38:44+00:00", i20160628-13:15:22.944(5.5)? "startdate": "2016-06-28t07:38:44+00:00", i20160628-13:15:22.944(5.5)? "completeddate": "2016-06-28t07:38:56+00:00" i20160628-13:15:22.944(5.5)? }, i20160628-13:15:22.944(5.5)? { i20160628-13:15:22.945(5.5)? "reporttype": "_get_converged_flat_file_order_report_data_", i20160628-13:15:22.945(5.5)? "reportprocessingstatus": "_cancelled_", i20160628-13:15:22.945(5.5)? "enddate": "2016-06-28t07:33:09+00:00", i20160628-13:15:22.945(5.5)? "scheduled": "false", i20160628-13:15:22.945(5.5)? "reportrequestid": "50690016981", i20160628-13:15:22.946(5.5)? "startedprocessingdate": "2016-06-28t07:33:14+00:00", i20160628-13:15:22.946(5.5)? "submitteddate": "2016-06-28t07:33:09+00:00", i20160628-13:15:22.946(5.5)? "startdate": "2016-06-28t07:33:09+00:00", i20160628-13:15:22.946(5.5)? "completeddate": "2016-06-28t07:33:21+00:00" i20160628-13:15:22.946(5.5)? },
so can see status cancel. read documentation says if try more once previous 1 canclled can see here request have status cancel.
please let me know doing wrong or there other way access orders report. if know how can order details greater year how 1 those.
any helps appriciated thanks!
mws documentation says that;
you can schedule 1 _get_flat_file_orders_data_ or _get_converged_flat_file_order_report_data_ report @ time. if have 1 of these reports scheduled , schedule new report, existing report canceled.
check scheduled reports verify if have report scheduled.
in addition, reports aren't real-time reports can canceled if repeatedly requested, outlined amazon's support tech jim, on mws forum;
as may aware, many of our reports not real time , update periodically. in order keep report requests running efficiently possible , provide updated data, limiting duplicate requests downloadable reports.
since our reports update periodically, in cases, duplicate report requests in quick succession not display new information. on, when submit initial report request, able generate once. however, not able generate new version of same report download again until 30 minutes or 4 hours have passed depending on report. in meantime, can still download generated report many times want.
note: near real time reports capped @ once per 30 minutes, while daily reports capped @ 4 hours.
these new limits designed report requests run more efficiently , ensure providing up-to-date report.
Comments
Post a Comment