How to make an app that works with Amazon account?

56 views Asked by At

I want to make an app that gives an user the opportunity to have more advanced history of his sales. I need to know the way I can connect to amazon (through Java app for example). I haven't done anything like that so I just need simple steps just to know what exactly should I search for in Internet.

1

There are 1 answers

0
Vishal Raja On

I think Amazon launched MWS(Merchat Web Services) for programmatically exchange data on offer listings, orders, payments, reports, and more. Read more about what is MWS: http://docs.developer.amazonservices.com/en_US/dev_guide/index.html See it's developer's guide: http://docs.developer.amazonservices.com/en_US/dev_guide/index.html

If you use these APIs you can easily build an android or a web app to provide the customized views and operations on this data.