If a customer modifies the categories on an item in inventory through their cash register, it no longer sends an I:UPDATE event to my webhook. I use the categories to monitor some types of transactions, and this change is killing me.
Now I'm looking to write in some extra code to ping the API for every item sold to get the category, but is there some way I could have known this was change was going to occur before it did and caused me to lose a bunch of data?