The item Gold Clockwork Headphones has recently became a tradable item, however there are many issues that came along with this. Prior to it becoming tradable it was a “Limited 2.0”, now it should function as a normal limited. The issue is that it is missing multiple economy API endpoints. The endpoints I found not functioning were the resellers and seller-data.
https://economy.roblox.com/v1/assets/16477149823/resellers
https://economy.roblox.com/v1/assets/16477149823/resale-data
Here’s what it returns for the rellers endpoint
Here’s what it returns for the resale-data endpoint
Expected behavior
Instead of giving an error it should be returning the proper data. The images below are the resale data and resellers data of the ice dagger.
https://economy.roblox.com/v1/assets/83704165/resellers
https://economy.roblox.com/v1/assets/83704165/resale-data
Resellers
Resale-data
Im not very familiar with api endpoints and all of that so I hope what I said makes sense, if you could fix this it would be very appreciated!
6 Likes
Is this lack of features present for other Limited 2.0 items?
If so, I’d recommend making a feature request, as that would make it a feature lacking from Limited 2.0 items rather than a bug.
Not trying to throw any shade your way. This could actually be because the Limited 2.0s aren’t using CollectibleIDs, which would make it a bug.
There are only 2 limited 2.0 items that are tradable and its apparent in both yeah. Im not really educated on the inner workings of roblox items like collectibleids etc but you could be correct. The other item
For some reason, Roblox uses different endpoints for these Limited 2.0 items. Here they are:
Resellers: https://apis.roblox.com/marketplace-sales/v1/item/{CollectibleItemID}/resellers?limit=30
Resale Data: https://apis.roblox.com/marketplace-sales/v1/item/{CollectibleItemID}/resale-data
I believe it would be more logical and consistent to extend the functionality of the existing endpoints to support Limited 2.0 items, rather than to just use separate ones.
Adding onto this post, enabling the ability to view item owners (like you can with normal limiteds) via the https://inventory.roblox.com/v2/assets/{AssetID}/owners?limit=100 endpoint would be incredibly useful. Currently you are met with an error message that states “You do not have permission to view the owners of this asset.”
4 Likes
Bumping this post, please admins fix this!!!