Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi all..
I am developing an automation process using webhooks for order processing. Progress so far is good.
I've spotted when testing with a live order that I received an orders/updated webhook event before the received orders/created..
The /created arrives immediately after /updated and I compared the json data and they are identical.
Does anyone have the same experience? Is it expected?
Could it be that one of the installed apps on the store is messing up the logical order (excuse the pun) of the webhooks?
Any clues or tips would be appreciated before I continue development.
Thanks - dave
Hi David, any resolution? I have got the same problem