Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Which Webhook will be executed after updating order information?

Solved

Which Webhook will be executed after updating order information?

developement_st
Shopify Partner
7 0 4

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?

Accepted Solution (1)
KarlOffenberger
Shopify Partner
1873 184 903

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!

View solution in original post

Replies 2 (2)

developement_st
Shopify Partner
7 0 4

Now I have specified "orders/updated", but Webhook will not run.

KarlOffenberger
Shopify Partner
1873 184 903

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!