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

https://docs.developer.amazonservices.com/en_US/dev_guide/DG_Endpoints.html

![image](https://user-images.githubusercontent.com/1451847/90370769-ec472800-e03b-11ea-87b5-ae9067dd6507.png)

There's obvious things wrong here: ```` getInboundGuidanceForASIN(params: GetInboundGuidanceForASINParams): Promise; static getInboundGuidanceForASIN(params: GetInboundGuidanceForASINParams): Promise; getInboundGuidanceForSKU(params: GetInboundGuidanceForSKUParams): Promise; static getInboundGuidanceForSKU(params: GetInboundGuidanceForSKUParams): Promise; getLowestPricedOffersForAsin(params: GetLowestPricedOffersForAsinParams): Promise; static getLowestPricedOffersForAsin(params: GetLowestPricedOffersForAsinParams): Promise; getLowestPricedOffersForSku(params: GetLowestPricedOffersForSkuParams): Promise;...

parser for listOrders output, presently it doesn't seem to go through anything, even the case-changing

When parsing, produce actual booleans. In theory, this could trip something up if someone provided a string bool as a product name or something, but that seems incredibly unlikely. Javascript...

I'm not entirely certain exactly what @pwrnrd was asking about here, but if we're doing the wrong thing we should start doing the right thing :-) ![image](https://user-images.githubusercontent.com/1451847/90370580-a0947e80-e03b-11ea-9046-4e8c29894198.png)

@pwrnrd asked, i haven't checked to see if it gets passed through where it's intended to yet

No point to having it, it's just clutter 2 majors later.

Hello there 👋 Is there a way to **get the status of each MWS service** separately? For example, both the [Orders API](http://docs.developer.amazonservices.com/en_UK/orders-2013-09-01/MWS_GetServiceStatus.html) and the [Fulfillment Inventory API](http://docs.developer.amazonservices.com/en_UK/fba_inventory/MWS_GetServiceStatus.html) contain a `GetServiceStatus`...

enhancement

This could take quite a long time, but might really help the world. :-D

typescript