I need to write a program that imports payments taken via amazon for items we sell on the Amazon website into our system.
According to the Amazon Marketplace Web Service site i can get this information:
Amazon Marketplace Web Service (Amazon MWS) is an integrated Web service API that helps Amazon sellers to programmatically exchange data on listings, orders, payments, reports, and more.
However, i can't find anything about this at all. None of the client libraries appear to have anything about retrieving a list of payments.
How can i get a list of payments made via amazon, preferably using the Amazon Marketplace Web Service?