1

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

asked Feb 8, 2016 at 15:51

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)

answered Feb 8, 2016 at 16:00
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
answered Oct 7, 2022 at 5:53

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.