• Hi,
    I have a question about how Woocommerce REST API works when there are multiple request create orders at the same time.
    Suppose I have 10 websites running Woocommerce and 1 website just to manage orders from these 10 websites. At the same time, 10 orders were created on 10 sites, and it sent 10 requests at the same time to the order management website. I will have to create new orders on the management site on the API-based that Woocommerce offers.
    My question is: Does Woocommerce provide a queue mechanism or how Woocommerce REST API handles when multiple requests are sent at the same time.
    Hoping to get an answer from someone.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    My question is: Does Woocommerce provide a queue mechanism or how Woocommerce REST API handles when multiple requests are sent at the same time.

    No, but WooCommerce / WordPress should have no problem processing multiple API calls at the same time the same way your WooCommerce store can process multiple orders from customers on your site.

    Kind regards,

    Thread Starter tinhbeng

    (@tinhbeng)

    Thanks for your quick feedback.

    Thread Starter tinhbeng

    (@tinhbeng)

    Hi,

    I have a question, hope you can help. Whenever a new order is created on the Woocommerce site. Is there any way I can get that order information automatically via the Woocommerc API?
    Do you have any solution to this problem?

    Best regards,
    tb

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce REST API (Create multiple Order)’ is closed to new replies.