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.

Difference between the orders/updated and orders/edited webhooks

Difference between the orders/updated and orders/edited webhooks

Josh_Davis1
Shopify Partner
17 0 17

Naively these two webhooks sound rather similar. From the somewhat sparse documentation at https://shopify.dev/docs/admin-api/rest/reference/events/webhook, I can see that the message bodies have a different format but I was wondering when exactly these events fire. From some tests I've run it seems that many changes to an order fire orders/updated but not orders/edited. When does orders/edited fire? Is it just for changes to order line items?

Replies 3 (3)

james-langille
Shopify Staff (Retired)
70 15 28

Hello, @Josh_Davis1!

I just checked with the orders team and the main difference is that 'orders/edited' is sent when the content of an order changes the value of goods sold (such as when a cross-sell offer is accepted at checkout), and 'orders/updated' changes whenever the order is updated at all (including when an 'orders/edited' webhook is triggered).

I agree that the documentation could be better. I have added this as an item for us to look into.

To learn more visit the Shopify Help Center or the Community Blog.

Josh_Davis1
Shopify Partner
17 0 17

Hi James,

Thank you for the response; that clears it up for me. And thank you for adding the documentation to the to-do list.

-Josh

kroegerr
Shopify Partner
3 0 0

I am looking forward to seeing this documentation expanded as it is still too high level.  Update is obvious "Update" , but please provide more information on what that includes.  Thank you.