1 Answer
- Newest
- Most votes
- Most comments
0
The Amazon Product Advertising API (PA API) does not include book descriptions in the default response for the GetItems operation.
To retrieve book descriptions, you need to use the ItemLookup operation instead of GetItems. First, make a GetItems call to get the ASIN of the book. Then, use the ASIN in the ItemLookup operation with the ResponseGroup parameter set to 'ItemAttributes,EditorialReview' to include the book description in the response, if available.
However, the availability of book descriptions may vary, and retrieving additional product details can incur additional charges based on the API's usage limits and pricing.
Relevant content
- asked 9 months ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 months ago
That was indeed the case for PA-API 4.0. However this in no longer the case for PA-API 5.0. The GetItems functionality in PA-API 5.0 is what was ItemLookup in PA-API 4.0 and in this case, it no longer offers the features section of the listings. So any other ideas? The GetItems call to the books works great with the author ASIN.