amazon-product-api icon indicating copy to clipboard operation
amazon-product-api copied to clipboard

Can I pass 'Domain" parameter in CreateClient?

Open RabinMallick opened this issue 6 years ago • 1 comments

var client = amazon.createClient({ awsId: "aws ID", awsSecret: "aws Secret", awsTag: "aws Tag" }); In createClient Credentials, I want to pass an additional parameter Domain to change the default domain/Locale - http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Locales.html

RabinMallick avatar Nov 27 '18 07:11 RabinMallick

You can pass a domain to your query. https://github.com/t3chnoboy/amazon-product-api/blob/master/README.md#specify-the-endpoint

masterT avatar Nov 29 '18 13:11 masterT