How to write a GET request to retrieve ALL products (not only the first 10) on WooCommerce
So I want to connect an external database to the woocommerce database in order to export the products from there and import them into woocommerce. Of course, I would first like to check if the products don't already exist and…