ZEPETO.Product Package
The ZEPETO.Product package includes API designed to help manage and operate in-World economic systems.
Package Functionality
note
To use the API, set up in-World products or currencies beforehand in ZEPETO Studio World console. The World SDK Guide provides detailed instructions on this setup process.
Key Components
Classes
Primary Use Cases
- Fetch detailed in-World product information using
ProductService.GetProductAsync
. - Open purchase interfaces through
ProductService.OpenPurchaseUI
and execute in-World product purchases. - Purchase in-World products using
ProductService.PurchaseProductAsync
. - Verify in-World product availability in a player's inventory with
InventoryService.HasAsync
. - Access user-specific balances for every defined in-World currency using
CurrencyService.GetUserCurrencyBalancesAsync
.
Learn more at the World SDK Guide.