Gets the bundle 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 |
sku required | string Bundle SKU. Example: kg_1 |
The specified bundle was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "item_id": 610316,
- "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": {
- "total": 10
}, - "per_item": null,
- "recurrent_schedule": null
}, - "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
}
}