• 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)
  • This is slow in specified shop? Try in other clean instance without other plugins.

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

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.