mws-advanced icon indicating copy to clipboard operation
mws-advanced copied to clipboard

Javascript (node) Amazon Merchant Web Services (MWS) code with mws-simple as it's underpinnings

Results 47 mws-advanced issues
Sort by recently updated
recently updated
newest added

I'm working on a PR where we mock tests which use MWS-Simple (so pretty much all test in `test-api.js`) . I fixed some minor bugs which I'll include in the...

I was just playing with some reporting functionality, and I requested a list that apparently had 11 items, and was paginated by 0-9 and then 10.. the second page was...

Per #111 @pwrnrd mentioned >Btw, if your looking at reporting, what might be very nice to implement is this: https://docs.developer.amazonservices.com/en_US/notifications/Notifications_ReportProcessingFinishedNotification.html . it looks like we could implement a SQS queue...

esdoc had decent looking output, but is very opinionated -- it required a 3rd party plugin to work with require(), which is kind of ridiculous, and it treated everything as...

output from my app: ```` **** getReports params { region: 'US', [0] access_token: 'deleted', [0] amazonMerchantId: 'deleted', [0] amazonAuthToken: 'deleted', [0] reportId: '15174565821018052', [0] reportType: 'FeedSummaryReport' } [0] * getAmazonReport...

this is all i get along with a partial dump of a massive report that a user was attempting to download. ```` at MwsAdvanced.doRequest (Z:\www\random\pos\server\node_modules\mws-advanced\lib\index.js:140:25) [0] at processTicksAndRejections (internal/process/task_queues.js:86:5) ````

just received this on my service, a few times, i'm not sure if it's related to the new quota handling code, or if it's something inside my app service. ````...

Following the docs (see quote below), listings reports can only be requested per marketplace. It would be nice if MWS-Advanced is able to split a request for a listings report...

enhancement

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

enhancement
help wanted