Question

I would like to synchronize our library management system (OLIB) with our Amazon's account in order to keep track of our bought eBooks. Is that even possible? The closest I've got is Amazon's Product Advertising API:

https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html

However it seems to work with Amazon's product list but there is no mention about how to access my account to manage my purchased Kindle eBooks.

Any ideas? Thanks in advance.

Was it helpful?

Solution

Short answer, no. There's a slightly longer answer at a related question, https://stackoverflow.com/a/12905025/1251108.

In general Amazon does not seem interested in exposing customer purchase history.

OTHER TIPS

Yes it is, but not officially. You can probably build something on top of the work I have done. So far I have exposed functionality for

  • listing bought content
  • listing personal documents (stuff you have emailed or Instapaper deliveries)
  • deleting items

You can find my code on GitHub - published just a few minutes ago :) Be aware that this works by emulating a browser, and as such will be very fragile to changes in the UI. But Amazon has not changed anything since I complained to them several years ago, so I would not worry too much ...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top