Customer Portal

Using CloverETL to integrate with Amazon MWS?

Comments 1

  • Avatar
    novakj
    0
    Comment actions Permalink
    Hi Sergio,

    You can use CloverETL to communicate with the Amazon MWS API.

    The principle of the communication with Amazon MWS API can be divided into three steps:
    1) build the URL request string, in which you pass parameters to the Amazon API,
    2) make HTTP call with this request string,
    3) read and parse XML response from the Amazon MWS API.

    In the CloverETL you can use HTTP Connector component to make HTTP request and XML Extract component to extract data from the XML response. I prepared for you sample graph which demonstrates simple call of Amazon API. It is only simple request to the API URL without any parameter, because I haven't Amazon MWS account.

    For more information about parsing XML, please see the documentation:
    http://doc.cloveretl.com/documentation/UserGuide/index.jsp?topic=/com.cloveretl.gui.docs/docs/xmlextract.html

Please sign in to leave a comment.