Closed (works as designed)
Project:
Amazon Product Advertisement API
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Sep 2010 at 10:18 UTC
Updated:
8 Sep 2017 at 10:11 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedits a setting in the amazon store admin settings
Comment #2
timd.mackey commentedThe Amazon Store module is a separate module which serves a different purpose. The setting you're referring to doesn't exist in this module.
I too am wondering how to access an Amazon Item's description using this module. Anyone have any suggestions? I thought this issue (#893316: Access specific fields from ASIN on node page using a view) might help, but it doesn't actually open up any additional item information.
Comment #3
breitner commentedI have the same problem.
There is no product description in the amazon.module AND in the amazon_store.module.
Comment #4
rfayJust a note: Amazon does not provide one except for the US locale.
Comment #5
mcurry commentedAccording to the Amazon API docs for Large Response Group, there is no LongSummary field (and I can't find a generic product description field there).
The Amazon Store module uses the EditorialReviews response group's first entry which is the Amazon product review. Is that not what you want?
If you visit your site's Amazon API Test page (at http://example.com/admin/settings/amazon/test) and enter an ASIN, do you see an [editorialreviews] response?
Example for ASIN B004M8NT5Y
Comment #6
willvincent commented