简体   繁体   English

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

[英]Post Review on product through 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.场景:我正在构建一个 NodeJs(NestJs 框架)应用程序,我可以从我的客户(亚马逊产品购买者)那里获得反馈并将其评论发布在我的亚马逊产品页面上。 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.我已使用 SP-API 端点sellingpartnerapi-na.amazon.com//orders/v0/orders/{orderId}成功验证了亚马逊订单 ID,但我找不到任何可用于发布产品评论的 SP-API 端点我的亚马逊产品页面。

Summary : I am trying to find an API endpoint (Amazon SP-API) through which I can post buyer review collected on my own website .摘要:我试图找到一个 API 端点(Amazon SP-API),通过它我可以发布在我自己的网站上收集的买家评论

This use-case is impossible through SP-API.这个用例不可能通过 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.最终,您可以添加一个参数来为表单预填 5 颗星。

Here is the URL pattern to do so:这是 URL 模式:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM