Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Economy v2 is now Generally Available. For support and feedback, go to the PlayFab Forum.
Bundles allow you to group multiple items together into a single item. You can create bundles of items that are often purchased together, or items that are only available for a limited time.
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 Quickstart
- Navigate to Economy > Catalog (V2).
- Under the Bundles tab, select New Bundle.
Response:
{
"code": 200,
"status": "OK",
"data": {
"Item": {
"Id": "{{BundleID}}",
"Type": "bundle",
"AlternateIds": [],
"Title": {
"NEUTRAL": "My First Bundle"
},
...
}
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 using AlternateIds. For more information, see Fraud Prevention Quickstart.