Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Could someone help understand what events trigger "orders/update"?
Do the following events trigger it?
The reason I ask is because we use a database that charges based reads and writes and we want to make sure we keep the reads and writes to the minimal and not listen to duplicate events. It would be great
Solved! Go to the solution
This is an accepted solution.
The 'orders/updated' webhook gets trigger by any update to the order. To answer your questions explicitly:
Do the following events trigger it?
Hope this helps
This is an accepted solution.
The 'orders/updated' webhook gets trigger by any update to the order. To answer your questions explicitly:
Do the following events trigger it?
Hope this helps
In my case, when I make a purchase - create an order in my new store - 'orders/updated' webhook arrives before or after 'orders/create' webhook within milliseconds from each other.
The store is new, no customization that would update the order automatically.