Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I'm attempting to get a webhook notification when a local delivery order changes status to "Ready for delivery". I'm subscribed to the "ORDERS_UPDATED" webhook, however no events come in for that action. Am I missing something?
Hello Rodrigo,
I'm looking for same webhook, I'm trying to customize it as well. Did you manage to trigger that events?
same problem here
same here - anybody worked this out yet?
heya did you work this out?
Hi,
In my case I did a workaround. I've used "product update webhook":
- When the product is ready for pickup, I add a tag called "ready-for-pickup"
- The webhook get triggered on every product updated, but only send to shipping company order details if the product has this tag.
I know this the not the best way to do it, but I couldn't find any alternatives.
Hi ! thanks for the update.
I tested the product_update webhook, however, I didnt receive anything when the order state changed to "ready to be delivered" .
Am I missing something? thanks in advance
My bad, I meant order-update webhook. Sorry for the confusion.
sounds interesting, however, I still dont fully understand it. Would it be possible that I could get a copy of that script? thanks in advance
Hey, I did not manage to make it work, for now we created a separate button on our app that the merchant can click on to let us know it's ready, and we update the status in reverse from our end, however it's not ideal since they have to manage two separate workflows. Still waiting for them to implement it...maybe now that the issue got some traction