Why can't I find the order creation event in webhook?

Why can't I find the order creation event in webhook?

mazuma
Visitor
2 0 1

webhook_order_creation_missing.jpg

We've been using order creation event in webhook and as of today i can't seem to find it in the event selection.  Any fix or workaround on this? 

Replies 2 (2)

bodaboda_shopif
Visitor
1 0 0

same issue occurs to one of our clients. Can we have a solution?

mazuma
Visitor
2 0 1

Get your orders thru rest api  with this querystring 

Used status=open for new orders, created_at_min and created_at_max to set specific date 
 
?status=open&created_at_min= 2023-08-31 00:00:00.000&created_at_max= 2023-08-31 24:00:00.000

Here's a  sample tutorial for reference purposes only 
https://www.beehexa.com/devdocs/shopify-api-retrieve-a-list-of-orders-using-postman