Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Which webhook is triggered when i change an order's shipping address in the admin dashboard? I've set up the ORDERS_UPDATED webhook subscription in my node custom app but i do not get any events.
Any help would be appreciated. Thanks
Hi @alfredafutu
The order update webhook should be triggered by a change to the shipping address. I have done some testing here on my end, and found that I received a webhook on shipping address update. Could you please check your webhook reporting, found the Apps section of your partner dashboard? It should provide information regarding webhook deliverability. Let me know if you need any additional assistance!
Regards,
To learn more visit the Shopify Help Center or the Community Blog.
I had an issue on the Google Pub/Sub side of things which i resolved and now i'm able to get triggers again. Thanks for your help @csam
@csam Any update on this? It was supposedly fixed back in 2017 but myself and others are still seeing this issue.
Rest API 2022-01. Using a private app. Other order edits are coming in fine. My store was created in 2015 or something, if that matters.
Happy to work with you directly if needed.
Edit: Oh - It works. I just expected this to be an Order EDIT not an Order Update. Don't order updates get called for a whole slew of things? There really should be a list, rather than trial and error experimentation.