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-j
/wp-json/wc/v2/products
and
/wc-api/v3/products
both seems to work, but to get certain number of products I'm using
/wc-api/v3/products?filter[limit]=
put the number of products there. -1 for all products