ZEPETO.Multiplay.Product
6 min
type description producterror /#producterror the error code specifies the reason for the failure of in world product related requests purchasetype /#purchasetype enum representing the in world product purchase type productstatus /#productstatus enum representing the in world product status producttype /#producttype enum representing the in world product type productrecord /#productrecord in world product information producterror enum the error code specifies the reason for the failure of in world product related requests name value description unknown 1 error unknown error networkerror 0 error errors related to network issues, including disconnections or unstable connections purchasetype enum enum representing the in world product purchase type name value description consumable "consumable" consumable in world product nonconsumable "non consumable" non consumable in world product productstatus enum enum representing the in world product status name value description active "active" active state inactive "inactive" inactive state forbidden "forbidden" forbidden state due to expiration of use producttype enum enum representing the in world product type name value description item "item" single item in world product itempackage "item package" item in world product package, including multiple items currencypackage "currency package" currency in world product package, including multiple currencies productrecord interface in world product information properties name type description productid string in world product id name string in world product name price number in world product price purchasetype purchasetype /#purchasetype purchasetype of the in world product status productstatus /#productstatus productstatus of the in world product producttype producttype /#producttype producttype of the in world product currency { currencyid string; name string; isofficialcurrency boolean } returns the type of the currency used for purchasing the in world product itempackageunits { productid string; itemname string; quantity number }\[] items included in the in world product if producttype is itempackage currencypackageunits { currencyid string; currencyname string; quantity number }\[] currencies included in the in world product if producttype is currencypackage
