Fetch order ID from webhook call?
-
Hi ??
How do I catch the orderID (order number) of a webhook call from WooCommerce?
I have created a webhook of the type “order.created” but outputting it via:
print_r($_POST);Just gives:
Array ( )And I cannot see that I can insert GET submit values into Delivery URL of the webhook.
So what to do in order to know what orderID the webhook call was about.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fetch order ID from webhook call?’ is closed to new replies.