amazon-product-api NPM 中的 AWS 标签

AWS Tag in amazon-product-api NPM

我使用 amazon-product-api NPM。

var amazon = require('amazon-product-api');

var client = amazon.createClient({
  awsId: "aws ID",
  awsSecret: "aws Secret",
  awsTag: "aws Tag"
});

什么是 awsTag

Associate Tag

An AssociateTag is an alphanumeric token distributed by Amazon that uniquely identifies an Associate. Amazon uses this ID to credit an Associate for a sale. The AssociateTag parameter becomes part of the PurchaseURL, which is the URL used to purchase the items in a remote shopping cart

.