Developer Products API

So i was creating Developer products via code and I used this API : https://develop.roblox.com/docs#!/DeveloperProducts/post_v1_universes_universeId_developerproducts . The API works fine with creating the product , but however the API returns these datas.image ,
Here the ID is given as 8741794 and ShopId as 2600314945 .
However the real ID is : image

So i think that this is a bug if its not can some please tell what the “id” and “shopId” here is and how to obtain the real Id ?

The ID returned from the API is the developer product ID, the shopId is a shop id, very similar to universe IDs, but useless. Right now, there is currently no way to get a product ID from a developer product ID (unless you search all pages of https://api.roblox.com/developerproducts/list?placeId={placeId}&page={page} and match the developer product ID with the product ID).

The website shows the actual product ID of the developer product (see here)

For any onlookers, api.roblox.com has been deprecated, use https://apis.roblox.com/developer-products/v1/universes/UNIVERSE_ID/developerproducts?pageNumber=1&pageSize=50 for getting a list of universe’s developer products and https://apis.roblox.com/developer-products/v1/developer-products/DEVELOPER_PRODUCT_ID for getting developer product by developer product ID not product ID.

5 Likes

Yes I was planning to do that , I was just confused what the Id given there was thank you for your time :smiley:

https://apis.roblox.com/developer-products/v1/developer-products/1872403464

I’m having issues with this

image

it is a dev product though

You are trying the developer product’s product id, to get information by a developer product’s product id: https://apis.roblox.com/developer-products/v1/developer-products/1872403464/details

2 Likes

Sorry for bringing this topic back up again, but I noticed that if you use the 2nd api link (with /details at the end) instead of the 2nd api link (without /details) you’re able to read the output even if you don’t have an authentification cookie.

Am I somehow able to do this with the first api link as well?

Roblox’s authentification cookie protection update has really screwed me, because everytime I’ve tried to use it, it doesn’t work.

You can use https://apis.roblox.com/developer-products/v1/developer-products/list?universeId=13058&page=1 without an authentication cookie.

1 Like

THANK YOU SO MUCH! I’ve been trying to sort this issue out for a long time, you’re a life saver