1

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

2 Answers 2

0

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)

1
  • I am new to API, i need to give my all products to Android based application, how can i do that, using REST API where i need to start and give my products to Android Application. Any docs welcome @Raphael at Digital Pianism Commented Sep 24, 2018 at 8:07
0

You need to call in postman like these to get product list

Method:- GET
URL:- http:yourlUrl/rest/V1/products?searchCriteria[page_size]=20

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.