how to get game developer product
First Step: get on your dashboard.
Second Step: Click the game you want to get the dev product
Third Step: Click Associated Items.
Fourth Step: Click Developer Products
Last Step: Click on the 3 dots up at the right, or just click the asset and copy the id.
no i need with api hpw to get with api
I don’t think you can. You can only get public information with roblox api’s and getting Developer Product IDs isn’t public information. Let me see if there is an API for this, but the closest you could get is gamepasses I think. But let me do a quick look
you’re looking for MarketplaceService:GetDeveloperProductsAsync()
It looks like there might be an API for it?
(https://apis.roblox.com/developer-products/v1/universes/UNIVERSE_ID/developerproducts?pageNumber=1&pageSize=50)
Which might work although this is v1.
This was from this post and wether this is still supported I’m not too sure
I am a bit confused as to what you mean by “how to get developer product”. Unless the two previous answers help, you may want to get a purchase prompt??? If so, MarketplaceService.PromptProductPurchase would be what you want.
I thought it was for the usage of a game like pls donate with developer products? The OP asked for an API so they might be trying to get the info from exterenal places outside the original universe. But I really don’t know