New Shopify Certification now available: Liquid Storefronts for Theme Developers

Which Webhook will be executed after updating order information?

Solved
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 897

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 897

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!