Ruft ein virtuelles Währungspaket anhand der SKU ab, um den Katalog zu erstellen.
project_id required | integer Projekt-ID. Dieser Parameter wird im Kundenportal neben dem Projektnamen angezeigt. Example: 44056 |
virtual_currency_package_sku required | string SKU des virtuellen Währungspakets. Example: crystal-pack |
locale | string Default: "en" Antwortsprache. Sprachcode bestehend aus zwei Kleinbuchstaben gemäß ISO 639-1. |
country | string Zweistelliger Ländercode in Großbuchstaben laut ISO 3166-1 Alpha-2. Finden Sie weitere Informationen zu den von Xsolla unterstützten Ländern und dem Prozess der Bestimmung des Landes. Example: country=US |
show_inactive_time_limited_items | integer Default: 0 Zeigt zeitlich begrenzte Artikel an, die nicht erhältlich sind. Der Gültigkeitszeitraum dieser Artikel hat noch nicht begonnen oder ist bereits vorüber. Example: show_inactive_time_limited_items=1 |
Das virtuelle Währungspaket wurde erfolgreich empfangen.
{- "attributes": [ ],
- "bundle_type": "virtual_currency_package",
- "can_be_bought": true,
- "content": [
- {
- "description": "Crystal - short description",
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "item_id": 488831,
- "limits": null,
- "name": "Crystals",
- "quantity": 10,
- "sku": "crystals",
- "type": "virtual_currency"
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": "Crystal Pack Short Description",
- "groups": [ ],
- "is_free": false,
- "item_id": 488832,
- "limits": {
- "per_item": null,
- "per_user": {
- "available": 1,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1690732800
}, - "total": 1
}
}, - "name": "Crystal Pack",
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": 100,
- "amount_without_discount": 100,
- "currency": "USD"
}, - "promotions": [ ],
- "sku": "crystal-pack",
- "type": "bundle",
- "virtual_prices": [ ],
- "vp_rewards": [ ]
}