Shopify's initiated order change

Hello Shopify!

We now are looking for a better way to communicate a Shopify’s initiated change to an order.

We reviewed this page https://shopify.dev/docs/api/admin-rest/2023-01/resources/webhook#post-webhooks and were thinking to use these web hooks

orders/edited

orders/cancelled

Would you agree to communicate any order changes though these hooks?

Also question about the orders/cancelled. Typically, when an order cancelation is happening – only an order number of a canceled order is communicated, since the entire order would get canceled. But in orders/cancelled : Webhook payload we see almost all the information that we also receive in Shopify’s order. Does this mean that only the provided bits of information need to be updated in the changing order (which is more like order change, not cancelation)?

And I have a question about the order id within orders/cancelled : Webhook payload. It seems like the provided order id is the equivalent of Shopify’s order/name, not the Shopify’s fulfillment_order/ID.

Would this mean that all the fulfilment orders get canceled if the order gets canceled?

Please let me know if any of these questions does not make sense to you!

Thank you!

Hey! Never mind, I think I got this!