1 / 25

What is MWS API and Basic requirement for It

Amazon Marketplace Web Service (Amazon MWS) is an integrated Web service API that helps Amazon sellers to programmatically exchange data on listings, orders, payments, reports, and more.

kanhasoft
Download Presentation

What is MWS API and Basic requirement for It

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Amazon MWSAPI

  2. What is MWS API? • MWS stand for Marketplace Web Service • Amazon Marketplace Web Service (Amazon MWS) is an integrated Web service API that helps Amazon sellers to programmatically exchange data on listings, orders, payments, reports, and more. • XML data integration with Amazon enables higher levels of selling automation, which helps sellers grow their business. By using Amazon MWS, sellers can increase selling efficiency, reduce labor requirements, and improve response time to customers • There are no fees associated with Amazon MWS, but to use the Amazon MWS API you must have an Amazon MWS-eligible seller account and you must register to use Amazon MWS.

  3. Basic requirement for mwsapi 1) MWS End Points 2) Market Place Id 3) Seller Id 4) Auth Token 5) Secret Key 6) ACCESS Key Id

  4. MWS ENDPOINT • For use of MWS API you need to specify your seller account endpoint • End point is kind of region of your seller account • For example if your account belongs to North America (NA) then your endpoint is https://mws.amazonservices.com you can find list of regions here http://docs.developer.amazonservices.com/en_IN/dev_guide/DG_Endpoints.html 2) MARKETPLACE • Every Seller account has its marketplace id which you can define based on region of seller central account you use • Every regions has its different marketplace id so its necessary to define marketplace ID when you use MWS API • You can find list of market place id here http://docs.developer.amazonservices.com/en_IN/dev_guide/DG_Endpoints.html

  5. 3) SELLERID • Every Seller Has his unique SELLERID this is generate when seller has register for MWS API use. This parameter is compulsory when you use MWS API 4) AUTH TOKEN • Every Seller Has his unique AUTH TOKEN this is generate when seller has register for MWS API use. This parameter is compulsory when you use MWS API 5) SECRETKEY • Every Seller Has his unique SECRETKEY this is generate when seller has register for MWS API use. This parameter is compulsory when you use MWS API 6) AWSACCESSKEYID • Every Seller Has his unique AWSACCESSKEYID this is generate when seller has register for MWS API use. This parameter is compulsory when you use MWS API

  6. List of MWS API Reference • Below are the widely used API • FEEDS • FINANCES • ORDER • PRODUCT • RECOMMENDATION • REPORTS • SUBSCRIPTION

  7. GLIMPs of API References • FEEDS • Feeds API lets you upload inventory and order data to Amazon. You can also use the Amazon MWS Feeds API section to get information about the processing of feeds. • List Of operation perform on Feeds API • SubmitFeed • GetFeedSubmissionList • GetFeedSubmissionListByNextToken • GetFeedSubmissionCount • CancelFeedSubmissions • GetFeedSubmissionResult

  8. Finances • The Finances API enables you to obtain financial information relevant to your business with Amazon. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range. • List of operation perform on finances API • ListFinancialEventGroups • ListFinancialEventGroupsByNextToken • ListFinancialEvents • ListFinancialEventsByNextToken • GetServiceStatus

  9. Orders • With the Orders you can build simple applications that retrieve only the order information that you need. This enables you to develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools. • List of operation perform on Orders API • ListOrders • ListOrdersByNextToken • GetOrder • ListOrderItems • ListOrderItemsByNextToken

  10. Product API • The Products API  helps you get information to match your products to existing product listings on Amazon Marketplace websites and to make sourcing and pricing decisions for listing those products on Amazon Marketplace websites. The Amazon MWS Products API returns product attributes, current Marketplace pricing information, and a variety of other product and listing information. • List of operation perform on Orders API • ListMatchingProducts • GetMatchingProduct • GetMatchingProductForId • GetCompetitivePricingForSKU • GetLowestOfferListingsForSKU • GetLowestOfferListingsForASIN • GetLowestPricedOffersForSKU • GetLowestPricedOffersForASIN • GetMyFeesEstimate • GetMyPriceForSKU • GetMyPriceForASIN • GetProductCategoriesForSKU • GetProductCategoriesForASIN

  11. Recommendations  API • The Recommendations API section of Amazon MWS enables you to programmatically retrieve Amazon Selling Coach recommendations by recommendation category. A recommendation is an actionable, timely, and personalized opportunity to increase your sales and performance. Recommendations are provided for the following categories: • Inventory: Recommendations for restocking low or out-of-stock items in your inventory. • Selection: Recommendations for new product opportunities to list on Amazon. • Pricing: Recommendations to review pricing on items in your inventory where your offer is not the lowest price. • Fulfillment: Recommendations for the top products to fulfill through Fulfillment by Amazon (FBA). • Listing Quality: Recommendations for fixing your current listing defects. • Global Selling: Recommendations for expanding your products to more regions and marketplaces. • Advertising: Recommendations for advertising your products and for using the sponsored products program. • List of operation perform on Recommendations API • GetLastUpdatedTimeForRecommendations • ListRecommendations

  12. Report • The Reports API lets you request various reports that help you manage your Sell on Amazon business. • There are around 50 to 60 types of reports that you can generate using MWS API . These reports are categories into following type • Listings Reports • Order Reports • Order Tracking Reports • Pending Order Reports • Performance Reports • Settlement Reports • Fulfillment By Amazon (FBA) Reports • Sales Tax Reports • Browse Tree Reports

  13. Report • List of operation perform on Recommendations API • RequestReport • GetReportRequestList • GetReportRequestListByNextToken • GetReportRequestCount • Performance Reports • CancelReportRequests • GetReportList • GetReportListByNextToken • GetReportCount • GetReport • ManageReportSchedule • GetReportScheduleList • GetReportScheduleCount

  14. Report • When you Working with reports API Please make sure you enter Valid report name You want to generate • Also if you working with report please take a not that when you request any report to generate it will go into MWS queue so sometime it will take time to generate you can’t directly find response of the reports • There are some report that you can not generate directly you have to add report in to schedule API once you set schedule the report it will automatically generate report according to your setting

  15. Seller • The  Seller AP lets sellers retrieve information about their seller account, such as the marketplaces they participate in. Along with listing the marketplaces that a seller can sell in, the API also provides additional information about the marketplace such as the default language and the default currency. The API also provides seller-specific information such as whether the seller has suspended listings in that marketplace • List of Operation perform on Seller API • ListMarketplaceParticipations • ListMarketplaceParticipationsByNextToken

  16. How to integrate mwsapi • Since Amazon provide all library for that you don’t need to write any code you have to just download the library of API you want to integrate • Amazon provide the library for PHP,JAVA,C# • Once you placed library into you application you have to just call library function from you code • Since amazon provide the response data into XML you need to convert that into array or the format you want. • Let look at the example for integration

  17. www.drsarma.in

  18. www.drsarma.in

  19. Error handling IN MWS API www.drsarma.in

  20. Points to Take care • Once the data returns you need to convert into the format you want because amazon return response always in xml format • There are limit on every request you make using MWS API. Every API has different limit for example you can make only 30 request of list Order API in 1 minute other wise MWS will throws throttle error. • Other Notable thing is when you working with multiple seller or you developing product base application for amazon sellers you have to create you own developer application after creating that you will receive accesskeyID and Secret key which you can use in all the seller central account within application

  21. India +91 99133-44050USA +1 618-300-1610 Kanhasoft.com

More Related