I want to get the cover of a book form its ASIN through Amazon API. I use the ItemLookup
function, but I only get the author
, manufacturer
and the title
.
ie :
<ItemAttributes>
<Author>Anna Gavalda</Author>
<Manufacturer>J'Ai Lu</Manufacturer>
<ProductGroup>Book</ProductGroup>
<Title>Ensemble, C'Est Tout (French Edition)</Title>
</ItemAttributes>