There doesn’t seem to be a way to retrieve a price for avatar bundles. Both AssetService:GetBundleDetailsAsync()
and MarketPlaceService:GetProductInfo()
return information about bundles, but not the PriceInRobux. This is odd considering GetProductInfo() returns PriceInRobux for other assets, but seems to exclude avatar bundles.
The only workaround I can see is using a proxy at the https://catalog.roblox.com/v1/bundles/BUNDLE_ID/details API, but this is too much of a hassle considering all other avatar asset prices can be retrieved using GetProductInfo.
Does anybody have any solution other than using a proxy, or know if there’s a reason for bundle prices not being included in GetProductInfo?