Woocommerce webhook order order update does not work

I use woo commerce and I watched webcams.

All of them have magazines (otherwise they shoot)

However, order.updated webhook is the only one that has no logs.

Can someone help me? I contacted woo itself and did not receive a response + checked a lot of many threads, but there seemed to be no clue anywhere.

Thanks.

Dan

+6
source share
1 answer

Tried your approach, created a Webhook with order.updated as an action.

enter image description here

Now ordered the product. And did the following

The status is changed using the following buttons.

enter image description here

But the website was not launched at all.

Then I went into the appropriate order and added some custom field value and clicked on the save order.

enter image description here

Then checked the Webhook log. Yes for this above action the webhook is launched.

enter image description here

Now I tried to change the status of the order on the order edit page itself.

Here it changed from processing status to retention status and kept order. (Status processing was set earlier when trying to update the status from the order list dashboard itself.)

enter image description here

Checked webhook again for the same thing. Yes, and now webhook had another trigger registered in it.

enter image description here

Finally, I came to the conclusion that this order.updated action is triggered when any changes are made and saved, viewing the editing page of one order.

A Collaborator suggested using action.woocommerce_order_status_changed instead.

0
source

All Articles