通过 Amazon SP-API 对产品发表评论

发布于 2025-01-16 20:19:47 字数 361 浏览 3 评论 0原文

场景:我正在构建一个 NodeJs(NestJs 框架)应用程序,我可以在其中获取客户(亚马逊产品购买者)的反馈,并在我的亚马逊产品页面上发布其评论。我已使用 SP-API 端点 sellpartnerapi-na.amazon.com//orders/v0/orders/{orderId} 成功验证了 Amazon 订单 ID,但我无法通过以下方式找到任何 SP-API 端点我可以在我的亚马逊产品页面上发布产品评论。

摘要:我正在尝试找到一个 API 端点 (Amazon SP-API),通过它我可以发布在我自己的网站上收集的买家评论

Scenario: I'm build a NodeJs (NestJs Framework) application, Where I can get feedback from my clients (Amazon Product Purchaser) and Post its review on my Amazon Product page. I have successfully validated Amazon Order ID using SP-API endpoint sellingpartnerapi-na.amazon.com//orders/v0/orders/{orderId}, but I can't find any SP-API endpoint through which I can post Product Review on my Amazon Product Page.

Summary: I am trying to find an API endpoint (Amazon SP-API) through which I can post buyer review collected on my own website.

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

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

发布评论

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

评论(1

冷弦 2025-01-23 20:19:47

通过 SP-API 无法实现此用例。
您不能代表亚马逊客户发表评论。
您唯一能做的就是将客户重定向到评论页面。
最终,您可以添加一个参数来预先填写 5 颗星的表单。

以下是执行此操作的 URL 模式:

/review/create-review?&asin={{ ASIN }}:5

This use-case is impossible through SP-API.
You can't post a review on behalf on an Amazon customer.
The only thing you can do is redirect the customer to the review page.
Eventually you can add a parameter to pre-fil the form with 5 stars.

Here is the URL pattern to do so:

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