Access Unshipped Orders on Amazon MWS in C# -
this our first time using amazon mws (or api matter) , want pull of unshipped orders our seller account. we've tried using many different methods (requestreportrequest, link: http://www.amazonsellercommunity.com/forums/message.jspa?messageid=2370410, , more) none seem work. there simple way access our unshipped orders using c#?
thanks help.
should same in supported languages.
- you can request report using requestreport api operation reporttype being set _get_flat_file_actionable_order_data_ . response reportrequestid store.
- next periodically check status of report request calling getreportrequestlist operation, parameter reportrequestidlist containing reportrequestid. response tells in reportprocessingstatus reportrequest is. according sellercentral webpage can take 45 minutes finish report.
- once reportprocessingstatus done, need reportid. purpose use getreportlist operation parameter reportrequestidlist set reportrequestid. response contains reportid
- finally, report calling getreport reportid got in step 3.
for more details, have in mws api reference
Comments
Post a Comment