I want to set up a woocommerce webhook on order creation but I’ve run into a few issues.
- When saving a woocommerce webhook, it sends a test response that doesn’t include all the data that it would during an order. Also, each order would be different depending on a number of items, delivery method, check out method etc. I read in this chat (Webhook not collecting any data), that the initial firing of a new webhook sets the data fields that it will look for. Is that correct?
- I’m asking because, after setting up the webhook, the event confirms it works but during an actual checkout, the event fires but “no input or output data is found”.
attached screenshots of the events, first and then an order.
As you mention it in your doc on woocommerce, is there something I’m missing to make this work?