Gets a specified bundle.
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.
{- "item_id": 610316,
- "sku": "kg_1",
- "name": "kg_10.00_bundle",
- "type": "bundle",
- "description": "pricePoint_44056_1.",
- "image_url": null,
- "long_description": null,
- "attributes": [ ],
- "is_free": false,
- "order": 999,
- "groups": [ ],
- "price": {
- "amount": 9.99,
- "currency": "USD",
- "amount_without_discount": 9.99
}, - "total_content_amount": {
- "amount": 10.99,
- "currency": "USD",
- "amount_without_discount": 10.99
}, - "media_list": [ ],
- "virtual_prices": [ ],
- "promotions": [ ],
- "limits": {
- "per_user": {
- "total": 5,
- "available": 3,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1746057600
}
}
}, - "can_be_bought": true,
- "bundle_type": "standard",
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "custom_attributes": {
- "purchased": 0,
- "attr": "value"
}, - "content": [
- {
- "description": "Big Rocket - short description.",
- "sku": "big_rocket",
- "name": "Big Rocket",
- "type": "virtual_currency",
- "quantity": 100,
- "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "price": {
- "amount": 10.99,
- "currency": "USD",
- "amount_without_discount": 10.99
}, - "virtual_prices": [ ],
- "limits": {
- "per_user": {
- "total": 5,
- "available": 3,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1746057600
}
}
}
}
], - "vp_rewards": [
- {
- "item_id": 175232,
- "sku": "value_point_1",
- "amount": 130,
- "name": "Value point",
}, - {
- "item_id": 186321,
- "sku": "clan_value_point_sku_1",
- "amount": 50,
- "name": "Clan Reward VP 1",
- "is_clan": true
}
]
}