有人从"ResponseGroup“中获得"EditorialReview”或“评论”的任何内容吗?
http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_EditorialReview.html http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_Reviews.html
我在回复中没有收到任何评论或类似的东西...我知道亚马逊不再提供评论了,但是IFrames ...但是这些信息也不在xml提要中。
谢谢!
发布于 2011-07-05 13:14:35
我能够得到一个社论评论节点回来。下面是我使用以下参数调用亚马逊服务的内容: Operation=ItemLookup,ASIN=B004V8W54Q,Version=2010-11-01,ResponseGroup=EditorialReview
<item>
<asin>B004V8W54Q
</asin>
<editorialreviews>
<editorialreview>
<source>Product Description
</source>
<content>Jonathan Pryce (Pirates of the Caribbean) Robert De Niro (The Godfather) and Michael Palin (Monty Python and the Holy Grail) star in this landmark cult classic that dazzles ...
</content>
...
</editorialreview>
</editorialreviews>
</item>确保你的观点与上面的观点类似。如果你这样做了,但它仍然不起作用,请张贴你的请求,我会看看它。
https://stackoverflow.com/questions/6576810
复制相似问题