简体   繁体   English

可用节点 Package 支持亚马逊产品 api 版本 5.0 的模块

[英]Available Node Package Module that supports amazon product api version 5.0

Amazon recently published its Amazon Product Advertising API v5.0 for Amazon Affiliate Program.亚马逊最近发布了针对亚马逊联盟计划的亚马逊产品广告 API v5.0。 From 31st October 2019, previous version 4.0 of API will be taken down and only v5.0 will be supported to access Amazon products programmatically.从 2019 年 10 月 31 日起,API 之前的 4.0 版本将被移除,仅支持 v5.0 以编程方式访问亚马逊产品。

With these changes, most available node modules and applications will no longer work with V5.0.通过这些更改,大多数可用的节点模块和应用程序将不再适用于 V5.0。 For this Amazon PA-API 5.0, Amazon has released an SDK for PHP, NodeJs, Python and, Java. For this Amazon PA-API 5.0, Amazon has released an SDK for PHP, NodeJs, Python and, Java. However, using the SDK for NodeJs may require time to configure.但是,为 NodeJ 使用 SDK 可能需要时间来配置。

That being said, is there an available Node Package module that we can use to easily start integrating our application?话虽如此,是否有可用的 Node Package 模块,我们可以使用它来轻松开始集成我们的应用程序?

There are a few NPM wrappers that are available today that help you use Paapi 5.0 for NodeJS.今天有一些 NPM 包装器可以帮助您将 Paapi 5.0 用于 NodeJS。 All of this module uses the amazon SDK for their code.所有这个模块都使用亚马逊SDK作为他们的代码。

  1. amazon-paapi - By far my favorite as it uses simple to understand node syntax. amazon-paapi - 到目前为止我最喜欢的,因为它使用简单易懂的节点语法。 Adding parameters is much like how you do it using amazon scratchpad .添加参数与使用 amazon scratchpad的方式非常相似。 It also support custom parameter options.它还支持自定义参数选项。
  2. amazon-pa-api50 - Another great module. amazon-pa-api50 - 另一个很棒的模块。 However, as of this writing, I found some limitations on optional parameters you can add to some operations.但是,在撰写本文时,我发现可以添加到某些操作的可选参数存在一些限制。
  3. apaw - alternative option. apaw - 替代选项。

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

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