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

With Feed support now functioning at the most basic level, this leaves a lot of possibilities for dynamic feed generation. What I'm toying with right now, is creating a class...

enhancement
discussion

So, in hindsight, while I needed the functionality of the cache system that was implemented, implementing it in the way that I did was pretty dumb. So, this is a...

GetMyFeesEstimate is expecting a list of keys that would look a bit in code like: ```` // FeesEstimateRequestList.FeesEstimateRequest.1= // { // IdType: 'ASIN', // type: 'MarketplaceType', values: ['ASIN', 'SellerSKU'], //...

We should add a parameter to all the base functions that also have *ByNextToken versions, that will allow the MWS lib to go and gather up *ALL* of the data...

enhancement

... should check that an item is a string, matching the (3-digit)-(7-digit)-(7-digit) amazon order ID format. Useful in ListFinancialEvents (AmazonOrderId) parameter, among others.

enhancement
good first issue

Some of these might be pretty tricky to pull off given the current architecture, but here goes: ListOrders, for example, requires one of either LastUpdatedAfter or CreatedAfter. If BOTH are...

enhancement

From @aflansburg ![image](https://user-images.githubusercontent.com/1451847/33405147-306ee438-d535-11e7-939d-5573abeb6d38.png)

bug
testing