Product
An InStore Product object.
This framework modifies the return of the InStore Product object. See here for the base data.
Product Object
Product Structure
Field
Type
Description
ProductId
string
Name
string
Description
?string
Category
?string
ParentProductId
?string
MaxPurchases
integer
MaxUserPurchases
integer
IconImageUrl
string
the asset link to the developer product image
PriceInRobux
integer
the price of the developer product
Owned
boolean
if the current user owns a license for the product
Example Product
Last updated