Search code examples
amazon-web-services

What Amazon REST API do I use to get book information?


What Amazon REST API do I use to get book information? I will be using PHP.


Solution

  • If you know the book's ID, use ItemLookup. If you don't know it, use ItemSearch.