Amazon MWS API wrapper
npm install @42technologies/amazon-mwsThis API supported Amazon Marketplace Web Service(MWS)'s standard REST-style API that accepts/returns JSON requests and Here is the API reference, Click Here
You can testify API through without any installation.
* India Marketplace : Amazon MWS Scratchpad - India
* US Marketplace : Amazon MWS Scratchpad - US
* Other Marketplaces : Amazon MWS endpoints and MarketplaceId values
##### It does supports EcmaScript 8, TypeScript, async-await, Promises, Callback !
##### It does also supports for AWS Lambda like serverless cloud function call.
##### It supports pure JSON response.
##### All methods support Promise and Callback both.
##### Please Feel free to create Issue for any help !
##### All developers/contributors are requested to open Pull Request/Merge Request on development branch. Please make sure Test Cases be passed.
bash
npm install amazon-mws --save
`Pull Request
- Contributors can send their Pull Request to development` branch.