How do you see the total sales on a item youre selling on the Roblox Marketplace? I know you could use the API link in the browser to see the asset details including the total sales but you cant no longer do that as of October 2023
Ive seen some posts saying you can use a script in Studio and use :GetProductInfo() but it dosent work, I tested this yesterday and got the sales 1865 at my top Plugin and when I checked today it was still 1865, but when I look at the Sales Of Goods sites I can see I get sales every 1.5 hour (no flex) so its not accurate
Is there any other way to check sales or what can I do to fix this?
When I switch Enum.InfoType.Asset to Enum.InfoType.Product it becomes a error, I think it says HTTP 404 Error Loading, but .Product is the correct one idk why it dont work
a 404 HTTP Loading Error is usually going to happen if you havenāt enabled API Services in your game, make sure that āEnable Studio Access to API Servicesā is checked in the game settings. or have you already enabled this?
i will look into it for you, but for now, you could always use https://api.roblox.com/Marketplace/ProductInfo?assetId=productid to see the sales of an asset, just make sure to change āproductidā with your id, and it should come up with a webpage including the item data, and sales. let me know if this helped.
Have you figured this out yet? I only see 0 sales using Enum.InfoType.Asset even though my plugin also gets multiple daily sales, and I too am getting the HTTP 400 error when using Enum.InfoType.Product
Please tell me someone has found out a way for thisā¦ the fact that you are no longer to see the amount of sales YOUR OWN ITEM has is actually hilarious
If weāre only talking about total sales, the economy.roblox.com/v2/assets/{assetId}/details endpoint displays the total number of sales in quantity. Just change the assetId in the URL to an asset ID that you own or are authorized to view.
Note: Viewing an asset that you donāt have authorization over will result to sales being displayed as 0.