I have recently run into issues with hitting API limits in Clover, because every time an order webhook comes in, I have to make an API request to see what the state of the order is. I only really care about a couple of specific states, and the vast majority of webhooks are for updates and creates for orders that are NOT in that state.
I think it would be super helpful so include the fields that changed, or even the entire object, with the webhook data. It would dramatically reduce the number of API calls I need to make and would provide a much better user experience for my Clover users.