I’m using this API to get all products: wp-json/wc/v3/products?per_page=100&category=15
It only takes products that belong to the vendor that is logged. How can i get all products from all vendors?
I’m using this API to get all products: wp-json/wc/v3/products?per_page=100&category=15
It only takes products that belong to the vendor that is logged. How can i get all products from all vendors?
Using -1 limit should give you all products from all vendors:
wp-json/wc/v3/products?filter[limit] =-1