-
Im sending about 20 concurrent requests using Promise.all. The code looks like this:
`let amazonMws = require('amazon-mws')(KEY, SECRET)`
`let promises = [];`
` for (...) {`
` promise.push(ama…
-
**Current behaviour:**
When passing an array of more than 50 elements to mws.getOrder() the following Error occurs:
> ValidationError: List parameter AmazonOrderId can only take up to 50 items
…
-
## Problem description:
Using the "Uploading a feed" example, I'm getting an error when calling $feedsApi->createFeedDocument($createFeedDoc);
The connector credentials are correct, as I'm able to…
-
Today I got an error in GetOrders API with restricted data token.
It says "Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit".
Th…
-
Not sure if a bug, or expected behaviour. But the headers for throttling always return `unknown` for the GetOrder command.
```
Headers:
{ 'x-mws-quota-max': 'unknown',
'x-mws-quota-rem…
-
Inspired by this little [tweetstorm](https://twitter.com/dan_abramov/status/710642981016100864).
## Problem: Side Effects and Composition
We discussed effects in Redux for ages here but this is the f…
-
Hi,
It would be great, to have auto-generated mws bindings via amazonka.
Afaict mws also has an amazon service model (`com.amazonservices.mws`). I did not look into how the other amazonka bindings g…