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.

  1. you can request report using requestreport api operation reporttype being set _get_flat_file_actionable_order_data_ . response reportrequestid store.
  2. 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.
  3. once reportprocessingstatus done, need reportid. purpose use getreportlist operation parameter reportrequestidlist set reportrequestid. response contains reportid
  4. finally, report calling getreport reportid got in step 3.

for more details, have in mws api reference


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -