카탈로그 작성을 위한 게임 목록을 가져옵니다.
limit | integer 페이지 요소 개수 제한. Example: limit=50 |
offset | integer 목록이 생성된 요소 개수(개수는 0부터 시작함). Example: offset=0 |
locale | string Default: "en" 응답 언어. ISO 639-1에 따른 두 글자의 소문자 언어 코드. |
additional_fields[] | Array of strings 추가 필드 목록입니다. 이 필드는 요청보내면 응답에 포함됩니다. 사용 가능한 필드 |
country | string Default: "US" 국가는 카탈로그에 대한 지역별 가격 및 제한 사항을 계산합니다. ISO 3166-1 alpha-2에 따른 2자리 대문자 국가 코드. 국가를 명시적으로 지정하지 않으면 사용자의 IP 주소를 기준으로 계산됩니다. |
게임 목록이 성공적으로 수신되었습니다.
{- "items": [
- {
- "attributes": {
- "$ref": "#/components/examples/client-attribute-game/Catalog_value"
}, - "description": "Game description",
- "groups": [
- {
- "external_id": "all",
- "name": "All games"
}, - {
- "external_id": "Xsolla",
- "name": "Xsolla games"
}
], - "name": "Game name",
- "sku": "game_1",
- "type": "unit",
- "unit_items": [
- {
- "drm_name": "Steam",
- "drm_sku": "steam",
- "has_keys": true,
- "is_free": false,
- "is_pre_order": true,
- "price": {
- "amount": "30.5",
- "amount_without_discount": "30.5",
- "currency": "USD"
}, - "release_date": "2020-08-11T10:00:00+03:00",
- "sku": "game_key_01",
- "type": "game_key",
- "virtual_prices": [ ]
}, - {
- "drm_name": "Origin",
- "drm_sku": "origin",
- "has_keys": false,
- "is_free": false,
- "is_pre_order": false,
- "price": {
- "amount": "30.5",
- "amount_without_discount": "30.5",
- "currency": "USD"
}, - "sku": "game_key_02",
- "type": "game_key",
- "virtual_prices": [ ]
}
], - "unit_type": "game"
}, - {
- "attributes": [
- {
- "external_id": "OS",
- "name": "OS",
- "values": [
- {
- "external_id": "9d5c5efb7c0f00a00fe4e3583f1215b0050bc723",
- "value": "Windows"
}
]
}
], - "description": "Game description",
- "groups": [
- {
- "external_id": "all",
- "name": "All games"
}
], - "name": "Game name",
- "sku": "game_2",
- "type": "unit",
- "unit_items": [
- {
- "drm_name": "Steam",
- "drm_sku": "steam",
- "has_keys": false,
- "is_free": false,
- "is_pre_order": false,
- "price": {
- "amount": "30.5",
- "amount_without_discount": "30.5",
- "currency": "USD"
}, - "sku": "game_key_01",
- "type": "game_key",
- "virtual_prices": [ ]
}
], - "unit_type": "game"
}
]
}