How to get bundle ID from asset?

I am trying to fetch the entire bundle from a given asset, which returns info with :GetProductInfo(). There is no way I could find to return the bundle ID, in order to gain info about its pricing from a single item within that bundle. For example, if I’m giving an asset like “NeoClassic C v2 Right Leg” or “Korblox Deathspeaker Left Leg” or “Bubbly Jump”, how could I get information about what bundle they belong to? Thanks for any help!

this could help you.
https://developer.roblox.com/en-us/api-reference/function/AssetService/GetBundleDetailsAsync

Nope, that assumes you already have the Bundle ID. I’m well-aware of that method. I’m trying to find the bundle from an asset that belongs to that bundle. Thanks, though.

1 Like

i’m currently looking for the same thing, still can’t find any solution

1 Like

Finally able to find the API endpoint. This will do the trick with a proxy.

7 Likes

omg yess, thank you so much, that will help me aswell :sob:

1 Like