orders/updated webhook - event property?

orders/updated webhook - event property?

Freddie_Lawson
Shopify Partner
10 0 3

Hello

I am attempting to use the orders/updated webhook to trigger an internal process. Currently the webhook fires whenever anything about the order is updated (e.g. fulfilled). Instead I would like to know when the order has been edited (e.g. products or product quantity have changed). Is there an easy way of doing this?

Here it indicates that event properties can be interrogated (e.g. event.message) - however it seems that to access that, I need the event_id which - from what I can tell - isn't passed back when the orders/updated webhook fires 
https://shopify.dev/docs/admin-api/rest/reference/events/event#show-2020-10

Any guidance much appreciated!

Freddie

Reply 1 (1)

Freddie_Lawson
Shopify Partner
10 0 3

[Solved]

 

Manually subscribe to the orders/edited webhook as it is not available for some reason in the Shopify admin webhook dropdown -  https://shopify.dev/docs/admin-api/rest/reference/events/webhook?api%5Bversion%5D=2020-10#create-202...