adding product using woocommerce rest api is too slow
-
I am trying to add a WooCommerce product from one WordPress site to another using WooCommerce Rest Api with nodejs module.
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
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adding product using woocommerce rest api is too slow’ is closed to new replies.