• hello everyone
    I created a Webhooks using action.woocommerce_order_status_processing in WooCommerce->setting->Advanced->webhooks. When I manually create an order with processing status in the background, the Webhooks can be triggered successfully, but when I use the import plugin to import the order, Webhooks cannot be triggered successfully. Why?

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

    (@riaanknoetze)

    Hi there,

    Just to check – which importer are you using? Conceptually speaking, however, webhooks wouldn’t run when orders are imported through a CSV as order status change action is never triggered, the order is just added to the database without following the usual process flow.

    To trigger that, you could try bulk changing the order status to on-hold and then back to processing through the WordPress admin side of things.

    Thread Starter zcy2122

    (@zcy2122)

    Thank you RK
    I am using the import plugin created by WebToffee
    If the imported orders cannot trigger webhooks, then I can only use python scripts to find these imported new orders regularly

    Thread Starter zcy2122

    (@zcy2122)

    @riaanknoetze
    Hello @riaanknoetze
    If the plugin for importing orders cannot trigger the hook, is there any other way to notify me when importing orders, so that I can synchronize these orders in time?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Webhooks not work’ is closed to new replies.