カタログ構築のための仮想通貨パッケージリストを取得します。
limit | integer Limit for the number of elements on the page. Example: limit=50 |
offset | integer リストが生成される要素番号(カウントは0から始まります)。 Example: offset=0 |
locale | string Default: "en" 応答言語。ISO 639-1に基づく小文字の2文字言語コード。 |
additional_fields[] | Array of strings 追加フィールドのリスト。これらのフィールドは、リクエストの中で送信すると、応答に含まれます。 |
country | string ISO 3166-1 alpha-2に従った2文字の大文字の国名コード。エクソーラがサポートする国と国を決定するプロセスの詳細情報については、ドキュメンテーションを確認してください。 Example: country=US |
promo_code | string [ 1 .. 128 ] characters 大文字と小文字を区別する一意のコードです。文字と数字が含まれます。 Example: promo_code=WINTER2021 |
show_inactive_time_limited_items | integer Default: 0 ユーザーに利用可能でない、期限付きアイテムを表示します。このようなアイテムの有効期間はまだ開始されていないか、すでに期限切れです。 Example: show_inactive_time_limited_items=1 |
仮想通貨パッケージのリストは正常に受信されました。
{- "has_more": false,
- "items": [
- {
- "attributes": [ ],
- "bundle_type": "virtual_currency_package",
- "can_be_bought": true,
- "content": [
- {
- "description": "Big Rocket - short description",
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "name": "Big Rocket",
- "quantity": 100,
- "sku": "big_rocket",
- "type": "virtual_currency"
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": "VC Short Package Description",
- "groups": [ ],
- "is_free": false,
- "limits": {
- "per_user": {
- "available": 3,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1746057600
}, - "total": 5
}
}, - "name": "VC Name first package",
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": "2.0000",
- "amount_without_discount": "2.0000",
- "currency": "USD"
}, - "promotions": [
- {
- "bonus": [
- {
- "name": "Xsolla Minigun",
- "quantity": 1,
- "sku": "minigun_1",
- "type": "virtual_good"
}
], - "date_end": "2026-04-15T16:16:00+03:00",
- "date_start": "2020-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "name": "Bonus promotion"
}
], - "sku": "vc_package_1",
- "type": "bundle",
- "virtual_prices": [ ],
- "vp_rewards": [ ]
}, - {
- "attributes": [ ],
- "bundle_type": "virtual_currency_package",
- "can_be_bought": true,
- "content": [
- {
- "description": "description",
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "name": "SHOTGUN FOR TRUE RAIDERS",
- "quantity": 200,
- "sku": "shotgun_raider",
- "type": "virtual_currency"
}
], - "description": "VC Short Package Description",
- "groups": [ ],
- "is_free": false,
- "limits": {
- "per_user": {
- "available": 3,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "reset_next_date": 1746057600
}, - "total": 5
}
}, - "name": "VC Name third package",
- "periods": [
- {
- "date_from": null,
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": "4.0000",
- "amount_without_discount": "4.0000",
- "currency": "USD"
}, - "promotions": [
- {
- "bonus": [
- {
- "name": "Xsolla Minigun",
- "quantity": 1,
- "sku": "minigun_1",
- "type": "virtual_good"
}
], - "date_end": "2026-04-15T16:16:00+03:00",
- "date_start": "2020-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "name": "Bonus promotion"
}
], - "sku": "vc_package_3",
- "type": "bundle",
- "virtual_prices": [ ],
- "vp_rewards": [ ]
}
]
}