I am trying to add a WooCommerce product from one Wordpress site to another using WooCommerce Rest API with NodeJS module.
https://www.npmjs.com/package/woocommerce-api
It takes more than 2 minutes to add only 10 products
I need a solution for this I think it should take just 1,2 second at most to add 50 product
WC.put('products/batch', data, function(err, data, res) { console.log(res); });
and i tried to call the api from postman and take long time too
Any help will be appreciate