Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi guys
I am creating a Shopify App, but there are things I do not know.
/admin/orders/order_id
What is the event that will be executed if "contact information" or "shipping address" on this page is changed? Which Webhook should I configure?
Solved! Go to the solution
This is an accepted solution.
Hello,
Most definitely orders/updated event. I have just tested it quickly to make sure and the webhook request is sent when either email or shipping address are changed.
How are you currently testing your webhook handler? I suggest you start with a mock handler service first - requestcatcher or requestbin for instance.
Best wishes!
Now I have specified "orders/updated", but Webhook will not run.
This is an accepted solution.
Hello,
Most definitely orders/updated event. I have just tested it quickly to make sure and the webhook request is sent when either email or shipping address are changed.
How are you currently testing your webhook handler? I suggest you start with a mock handler service first - requestcatcher or requestbin for instance.
Best wishes!