카탈로그를 작성하기 위해 SKU별로 가상 재화 패키지를 가져옵니다.
locale | string Default: "en" 응답 언어입니다. ISO 639-1에 따른 두 자리 소문자 언어 코드입니다. |
country | string ISO 3166-1 alpha-2에 따른 두 글자 대문자 국가 코드입니다. Xsolla에서 지원하는 국가 및 국가 판별 프로세스에 대한 자세한 내용은 설명서를 확인하세요. 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": [ ]
}