Query Bundle Price Info

Hello, All,

I’m working on a fashion game with the intent to add a feature where players may inspect winning designs to see what items that model has on and potentially purchase them from the ROBLOX catalog; however, items that players may use to design their models will include some of ROBLOX’s BodyPart Bundles. While querying price information on every other asset type has not been an issue, I can’t figure out where to find that information for bundles.

I have been messing around with AssetService:GetBundleDetailsAsync() and MarketPlaceService:GetProductInfo(), but these two API elements have not provided me with pricing for bundles. Is bundle pricing something I will simply have to hard-code, or am I missing something?

3 Likes

Also noticed this was not working when using GetProductInfo.PriceInRobux on Bundles

Does anyone know how to retrieve the price of a bundle?

2 Likes