カタログを作成するためにSKUによる仮想通貨パッケージを取得します。
locale | string Default: "en" 応答言語。ISO 639-1に基づく小文字の2文字言語コード。 |
country | string ISO 3166-1 alpha-2に従った2文字の大文字の国名コード。エクソーラがサポートする国と国を決定するプロセスの詳細情報については、ドキュメンテーションを確認してください。 Example: country=US |
show_inactive_time_limited_items | integer Default: 0 ユーザーに利用可能でない、期限付きアイテムを表示します。このようなアイテムの有効期間はまだ開始されていないか、すでに期限切れです。 Example: show_inactive_time_limited_items=1 |
仮想通貨パッケージは正常に受信されました。
{- "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": [ ]
}