Ruft ein angegebenes Bundle ab.
project_id required | integer Projekt-ID. Dieser Parameter wird im Kundenportal neben dem Projektnamen angezeigt. Example: 44056 |
sku required | string Bundle-SKU. Example: kg_1 |
Das angegebene Bundle wurde erfolgreich empfangen.
{- "attributes": [ ],
- "bundle_type": "standard",
- "can_be_bought": true,
- "content": [
- {
- "attributes": [ ],
- "description": "Big Rocket - short description.",
- "groups": [ ],
- "is_free": false,
- "limits": {
- "per_user": {
- "available": 3,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1746057600
}, - "total": 5
}
}, - "name": "Big Rocket",
- "price": {
- "amount": 10.99,
- "amount_without_discount": 10.99,
- "currency": "USD"
}, - "quantity": 100,
- "sku": "big_rocket",
- "type": "virtual_currency",
- "virtual_prices": [ ]
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": "pricePoint_44056_1.",
- "groups": [ ],
- "image_url": null,
- "is_free": false,
- "item_id": 610316,
- "limits": {
- "per_user": {
- "available": 3,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1746057600
}, - "total": 5
}
}, - "long_description": null,
- "media_list": [ ],
- "name": "kg_10.00_bundle",
- "order": 999,
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": 9.99,
- "amount_without_discount": 9.99,
- "currency": "USD"
}, - "promotions": [ ],
- "sku": "kg_1",
- "total_content_amount": {
- "amount": 10.99,
- "amount_without_discount": 10.99,
- "currency": "USD"
}, - "type": "bundle",
- "virtual_prices": [ ],
- "vp_rewards": [
- {
- "amount": 130,
- "item_id": 175232,
- "name": "Value point",
- "sku": "value_point_1"
}, - {
- "amount": 50,
- "is_clan": true,
- "item_id": 186321,
- "name": "Clan Reward VP 1",
- "sku": "clan_value_point_sku_1"
}
]
}