Search code examples
phpwordpressrestwoocommerce-rest-api

Get all products from Woocommerce using REST API


I am trying to retrieve all products using rest api. I have read this question. I am using postman to make calls. Here is my query

https://squatwolf.com/wp-json/wc/v2/products?filter[posts_per_page] =-1

The query shows only 10 results.


Solution

  • I was able to find the data using the following solution,

    https://squatwolf.com/wc-api/v3/products?filter[limit] =-1