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

发布于 2024-11-18 22:48:22 字数 458 浏览 5 评论 0原文

有人从“ResponseGroup”中获取“EditorialReview”或“Reviews”的任何内容吗?

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 feed 中。

谢谢!

does somebody get any content for "EditorialReview" or "Reviews" out of the "ResponseGroup"?

http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_EditorialReview.html
http://docs.amazonwebservices.com/AWSECommerceService/2010-11-01/DG/RG_Reviews.html

I get no reviews or something similar in the response... i know Amazon is not providing reviews anymore but IFrames ... but those infos are also not in the xml feed.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨小沫ゞ 2024-11-25 22:48:22

我能够找回编辑评论节点。以下是我使用以下参数调用 Amazon 服务的内容: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>

确保您具有与上述参数类似的参数。如果您这样做了但仍然不起作用,请发布您的请求,我会查看。

I am able to get an editorialreviews node back. Here is what I invoke the Amazon service with the following arguments: 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>

Make sure that you have similar arguments than the ones above. If you do and it still does not work, please post your request and I'll take a look at it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文