What properties can I get about a catalog item, and how can I get them?

So I wish to get information on a catalog item based on ID. (Price, description, etc.) Then I wish to apply those details automatically on a text GUI (Which I know how to do assuming they come into a string format)
However, I cannot find any help or resources on how to get these details in a script from an ID.
By “catalog item” I mean shirts, hats, pants, t-shirts, etc.

Use MarketplaceService:GetProductInfo()

1 Like