How do I get a book graphic and description from the Amazon Book API?

后端 未结 3 655
我在风中等你
我在风中等你 2020-12-23 14:43

This URL sends an ISBN number to Amazon and gets back a small bit of XML including author, title, and publisher.

However, I also want to get small, medium and large

3条回答
  •  温柔的废话
    2020-12-23 15:30

    ResponseGroup is the key, and if you specify more than one (comma separated) the results are stitched together

    That is, "&ResponseGroup=Images,Small" returns the minimal details and images about products

提交回复
热议问题