Economy v2 is now Generally Available. For support and feedback, go to the PlayFab Forum.
Creating a Bundle
To create a bundle, you must first make sure you have published Catalog Items, Currency, or user-generated content (UGC) that you want to be accessible/purchaseable in your game. You can follow the steps in the Economy V2 QuickstartGameManager
- Navigate to Economy > Catalog (V2).
- Under the Bundles tab, select New Bundle.
API
You can use theCreateDraftItem to create a bundle.
Response:
Purchasing and Unpacking Bundles
When a player purchases a bundle, the bundle is **automatically unpacked—the individual items referenced in the bundle are granted directly to the player’s inventory. The bundle itself doesn’t appear as an inventory item. For more details on how bundles interact with inventory, see Bundles in Inventory. Bundles are also the primary mechanism for linking real-money marketplace products to in-game items. Each bundle can be linked to one or more marketplace products usingAlternateIds. For more information, see Fraud Prevention Quickstart.
