Is there a way to get the app ID from the bundle ID of a CEP plugin?

Hi! I’m currently working on a UXP plugin that lets you see the info of any installed plugins. Currently, I’m able to get the bundle ID of a CEP plugin from the app’s manifest.xml file.

However, I was wondering if there was a way to get the app ID using this bundle ID (whether through a REST API call or looking in some other file). This way I can make a request to the Adobe Exchange to view other info on the plugin.

Here’s an example of what I mean. For Icons8, the bundle ID in the manifest file is com.Icons8. However, in the Adobe Exchange, it’s referred to its app ID which is 103891. Thanks!