beardon / mws-api

Amazon Marketplace Web Services client for Node.js.
79 stars 55 forks source link

Signature error calling GetReportList #93

Closed tresheffron closed 6 years ago

tresheffron commented 6 years ago

I get the following error when calling GetReportList.

"Error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details." From previous event: at AmazonMwsClient.call (/.../node_modules/mws-api/lib/client.js:130:43) at req.query.then (/.../node_modules/mws-api/lib/client.js:254:45)

All the other calls I've tried to the Reports section work fine without error. Suggestions?

tresheffron commented 6 years ago

Misunderstood how to call this; misuse of an array parameter. Not an issue.