Magento – How to get product list Magento using rest api

magento-1.9

How to get product list in magento using rest API. I need to use it for product sync . How to achieve this

Best Answer

Everything you need to know about the Magento REST API can be found here in the official documentation: http://devdocs.magento.com/guides/m1x/api/rest/Resources/Products/products.html (that link is specific to your product related question)

Related Topic