Skip to content

Commit

Permalink
Add remaining list to the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
BL committed May 27, 2020
1 parent 1691b09 commit a037aae
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
This 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](http://docs.developer.amazonservices.com/en_IN/dev_guide/DG_IfNew.html)

You can testify API through without any installation.
* India Marketplace : [Amazon MWS Scratchpad - India](https://mws.amazonservices.in/scratchpad/index.html)
* US Marketplace : [Amazon MWS Scratchpad - US](https://mws.amazonservices.com/scratchpad/index.html)
* India Marketplace : [Amazon MWS Scratchpad - India](https://mws.amazonservices.in/scratchpad/index.html)
* US Marketplace : [Amazon MWS Scratchpad - US](https://mws.amazonservices.com/scratchpad/index.html)
* Other Marketplaces : [Amazon MWS endpoints and MarketplaceId values](https://docs.developer.amazonservices.com/en_US/dev_guide/DG_Endpoints.html)

##### It does supports EcmaScript 8, TypeScript, async-await, Promises, Callback !
Expand All @@ -31,3 +31,14 @@ Originally by [Bhushankumar L](mailto:bhushankumar.lilapara@gmail.com).

## Examples
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#feeds" target="_blank">Feeds</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#finances" target="_blank">Finances</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#fulfillmentinboundshipment" target="_blank">FulfillmentInboundShipment</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#fulfillmentinventory" target="_blank">FulfillmentInventory</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#fulfillmentoutboundshipment" target="_blank">FulfillmentOutboundShipment</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#merchantfulfillment" target="_blank">MerchantFulfillment</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#orders" target="_blank">Orders</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#products" target="_blank">Products</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#recommendations" target="_blank">Recommendations</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#reports" target="_blank">Reports</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#sellers" target="_blank">Sellers</a>
* ### <a href="https://fullstacktechnology.com/nodejs/amazon-mws/#subscriptions" target="_blank">Subscriptions</a>

0 comments on commit a037aae

Please sign in to comment.