Gets the list of bundles within a project for administration.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
The list of bundles was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "items": [
- {
- "item_id": 610316,
- "sku": "UltraSuperLootboxBundle_1",
- "name": {
- "en": "Ultra Super Lootbox Bundle"
}, - "type": "bundle",
- "description": {
- "en": "Ultra Super Lootbox with items"
}, - "long_description": {
- "en": "Ultra Super lootbox with different items"
}, - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "all",
- "name": {
- "en": "Equipment"
}
}
], - "prices": [
- {
- "amount": 150.49,
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}
], - "virtual_prices": [ ],
- "media_list": [ ],
- "order": 1,
- "is_enabled": true,
- "is_show_in_store": true,
- "regions": [ ],
- "bundle_type": "standard",
- "content": [
- {
- "sku": "booster_min_1",
- "name": {
- "en": "Xsolla Booster Mini"
}, - "type": "virtual_good",
- "description": {
- "en": "Test your luck to find glorious treasures from the past in an Xsolla Booster Mini."
}, - "quantity": 2
}, - {
- "sku": "booster_min",
- "name": {
- "en": "Booster"
}, - "type": "virtual_good",
- "description": {
- "en": "Get high-quality, competitively priced gas with Booster. Download the app for free same-day delivery. Kick the gas station habit for good."
}, - "quantity": 15
}, - {
- "sku": "xsolla_gloves",
- "name": {
- "en": "Xsolla Gloves"
}, - "type": "virtual_good",
- "description": {
- "en": "Enjoy a range of outdoor activities with gloves from EK Sporting Goods."
}, - "quantity": 3
}, - {
- "sku": "boots_1",
- "name": {
- "en": "Xsolla Boots"
}, - "type": "virtual_good",
- "description": {
- "en": "Stylishly protect your toes with the accent of Xsolla"
}, - "quantity": 2
}, - {
- "sku": "gun_max",
- "name": {
- "en": "Xsolla Gun"
}, - "type": "virtual_good",
- "description": {
- "en": "The M134 Minigun is a 7.62×51mm NATO, six-barrel rotary machine gun with a high rate of fire (2,000 to 6,000 rounds per minute)"
}, - "quantity": 10
}, - {
- "sku": "minigun_2",
- "name": {
- "en": "Empire Minigun"
}, - "type": "virtual_good",
- "description": {
- "en": "Just hold down the trigger and pray to the Empire"
}, - "quantity": 3
}
], - "limits": {
- "per_user": {
- "total": 10
}, - "per_item": {
- "total": 500,
- "available": 455,
- "reserved": 5,
- "sold": 40
}, - "recurrent_schedule": {
- "per_user": {
- "interval_type": "daily",
- "day_of_week": null,
- "day_of_month": null,
- "time": "11:00:00+08:00",
- "reset_next_date": 1677639600,
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_next_date": "2023-03-01T11:00:00+08:00"
}
}
}, - "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "custom_attributes": {
- "type": "lootbox",
- "purchased": 0
}
}, - {
- "item_id": 610317,
- "sku": "EmpireBundle_1",
- "name": {
- "en": "Empire bundle"
}, - "type": "bundle",
- "description": {
- "en": "Empire bundle with items"
}, - "long_description": {
- "en": "Empire bundle with some goods"
}, - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "all",
- "name": {
- "en": "Equipment"
}
}
], - "prices": [ ],
- "virtual_prices": [
- {
- "sku": "crystal",
- "name": {
- "en": "Crystals",
- "ru": "Crystals"
}, - "type": "virtual_currency",
- "description": {
- "en": "Main in-game currency"
}, - "amount": 150,
- "is_default": true
}
], - "media_list": [ ],
- "order": 1,
- "is_enabled": true,
- "is_show_in_store": true,
- "regions": [ ],
- "bundle_type": "standard",
- "content": [
- {
- "sku": "keys_2",
- "name": {
- "en": "Empire Key"
}, - "type": "virtual_good",
- "description": {
- "en": "Opens ONE Empire lootbox of any kind"
}, - "quantity": 5
}, - {
- "sku": "booster_mega_2",
- "name": {
- "en": "Empire Booster Mega"
}, - "type": "virtual_good",
- "description": {
- "en": "Take it, take it all! All of the Empires riches in one Mega Booster."
}, - "quantity": 1
}, - {
- "sku": "booster_min_2",
- "name": {
- "en": "Empire Booster Mini"
}, - "type": "virtual_good",
- "description": {
- "en": "Test your luck to find glorious treasures from Empire's past"
}, - "quantity": 3
}
], - "limits": {
- "per_user": null,
- "per_item": null,
- "recurrent_schedule": null
}, - "periods": [ ]
}
]
}