LiteMage allow purge by tag, so should be easy to implement. but I may need to add code to support this.
currently, if you put 127.0.0.1 in Admin IP, and if you know the affected URL, you can append ?LITEMAGE_CTRL=PURGE to the url, then it will purge that page by Product ID, or if it's a category page, it will purge by that category ID. But I'm guessing you don't really know the url, only know by IDs.
So I will need to add a new interface for you, which will take command from Admin IP and purge by tags, like litemagefronturl?LITEMAGE_CTRL=PURGE_TAGS&DATA=P.124,P.125,C.12. Will this way work? maybe data should be in the POST, for GET we have to limit the number of items.
Let me know your thought and we can work together to make this feature available in the next build.
Thanks,
Lauren