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

:credit_card: Amazon Product Advertising API client

Results 37 amazon-product-api issues
Sort by recently updated
recently updated
newest added

Will it be compatible with v5 of the Amazon Product Advertising API?

Given a power param of: `power: 'binding:kindle and author-exact:' + author + '*',` The code in utils runs: ``` unsignedString = Object.keys(params).map(function (key) { return key + "=" + encodeURIComponent(params[key]).replace(/[!'()*]/g,...

I'm trying to test the code in the documentation but I'm receiving this error: `No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.`...

INside the src folder of a Create React App I have created a file called Amazon with following code. ``` import amazon from "amazon-product-api"; const client = amazon.createClient({ awsId: "",...

Hi everyone, since 23rd january 2019 there is a limit on who can you use the Amazon Product API, see here: https://docs.aws.amazon.com/de_de/AWSECommerceService/latest/DG/TroubleshootingApplications.html#efficiency-guidelines Amazon explains that accounts which did not generate...

I am getting this error though I am not making multiple calls at a time. My first call itself has thrown this error as per my log. Same API call...

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...

Is there a chance to get this to run for react-native?

there are no options to enter the locale information lets say 'IN' for 'INDIA' because of which there is no response from the server.. :(

Hello all, I am trying to know if a product could be shipped to a specific country, let's say we want to check if a product we got in call...