首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >亚马逊产品广告API -响应组-没有"EditorialReview“和”评论“的内容?

亚马逊产品广告API -响应组-没有"EditorialReview“和”评论“的内容?
EN

Stack Overflow用户
提问于 2011-07-05 07:24:26
回答 1查看 1.6K关注 0票数 1

有人从"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提要中。

谢谢!

EN

回答 1

Stack Overflow用户

发布于 2011-07-05 13:14:35

我能够得到一个社论评论节点回来。下面是我使用以下参数调用亚马逊服务的内容: Operation=ItemLookup,ASIN=B004V8W54Q,Version=2010-11-01,ResponseGroup=EditorialReview

代码语言:javascript
复制
<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>

确保你的观点与上面的观点类似。如果你这样做了,但它仍然不起作用,请张贴你的请求,我会看看它。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6576810

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档