GetDeveloperProductsAsync lacks information

We receive a Page of developer products from GetDeveloperProductsAsync but we don’t know what is contained in them

We should be provided with a data table like this

2 Likes

Current workaround:
Call the function and then print it. If I remember correctly it should be like

{Name = "something", PriceInRobux = 1, etc.}

After printing it you can see how the table structure looks like, then that’s it I guess.