카탈로그 빌드를 위해 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": [
- {
- "external_id": "attr1",
- "name": {
- "en-US": "Attribute"
}, - "values": [
- {
- "external_id": "val1",
- "value": {
- "en-US": "Value"
}
}, - {
- "external_id": "val2",
- "value": {
- "en-US": "Value"
}
}
]
}
], - "can_be_bought": true,
- "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": "Crystals - short description",
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "is_free": false,
- "item_id": 451414,
- "limits": null,
- "name": {
- "en": "Crystals"
}, - "periods": [
- {
- "date_from": "2023-08-11T10:00:00+03:00",
- "date_until": "2023-08-11T20:00:00+03:00"
}
], - "price": {
- "amount": 100,
- "amount_without_discount": 100,
- "currency": "USD"
}, - "promotions": [ ],
- "sku": "crystal",
- "type": "virtual_currency",
- "virtual_prices": [ ]
}