Magento 2 REST API Get All Product

Hamza picture Hamza · May 17, 2017 · Viewed 11.4k times · Source

I am trying to get all products from Magento 2 using REST api, is there any resource that can do the GET for all products ?

Answer

Nahid picture Nahid · Nov 25, 2017

For all products: /V1/products?searchCriteria[pagesize]

For 20 products: /V1/products?searchCriteria[pageSize]=20