Adding or removing a Tag from an order, in my experience, triggers a “orders/updated” webhook, but not a “orders/edited” webhook.
This is in contrast to the discussion i found from last year: https://community.shopify.com/c/webhooks-and-events/webhook-tag-creation/td-p/1987847, where the last answer suggests that the edited webhook would be more appropriate.
How can we find out what triggers the “orders/edited” or “orders/updated” respectively?
I can see the content of the payload here: https://shopify.dev/docs/api/admin-rest/2024-10/resources/webhook#event-topics-orders-edited
However, I cannot find what properties would trigger a “orders/edited” webhook.
I would also suggest for the Tag addition/removal to be added to the “orders/edited” webhook, as its payload structure makes it easier to understand which were the changes that happened.