# 카탈로그용 게임 가져오기 카탈로그용 게임을 가져옵니다. Endpoint: GET /v2/project/{project_id}/items/game/sku/{item_sku} Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) 프로젝트 ID. Example: 44056 - `item_sku` (string, required) 아이템 SKU. Example: "booster_mega_1" ## Query parameters: - `locale` (string) 응답 언어. ISO 639-1에 따른 두 글자의 소문자 언어 코드. - `additional_fields[]` (array) 추가 필드 목록입니다. 이 필드는 요청보내면 응답에 포함됩니다. 사용 가능한 필드 media_list, order, long_description. - `country` (string) 국가는 카탈로그에 대한 지역별 가격 및 제한 사항을 계산합니다. ISO 3166-1 alpha-2에 따른 2자리 대문자 국가 코드. 국가를 명시적으로 지정하지 않으면 사용자의 IP 주소를 기준으로 계산됩니다. ## Response 200 fields (application/json): - `attributes` (array) 게임에 해당하는 속성 및 해당 값의 목록입니다. 주의 응답의 이 부분은 additional_fields[]=attributes 쿼리 매개변수를 보내는 경우에만 사용할 수 있습니다. - `attributes.external_id` (string) 고유한 속성 ID입니다. external_id에는 소문자 라틴 영숫자, 대시 및 밑줄만 포함될 수 있습니다. Example: "attribute_1" - `attributes.name` (string) 속성의 이름. Example: "Genre" - `attributes.values` (array) - `attributes.values.external_id` (string) 속성의 고유 값 ID입니다. external_id에는 소문자 라틴 영숫자, 대시 및 밑줄만 포함될 수 있습니다. Example: "attribute_value" - `attributes.values.value` (string) 속성 값. Example: "Strategy" - `description` (string) 아이템 설명. Example: "Game description" - `groups` (array) 아이템이 속한 그룹. Example: [{"external_id":"all","name":"All games"},{"external_id":"Xsolla","name":"Xsolla games"}] - `groups.external_id` (string) Example: "accessory" - `groups.name` (string) Example: "Accessory" - `image_url` (string) 이미지 URL. Example: "https://cdn.xsolla.net/img/misc/images/b79342cdf24f0f8557b63c87e8326e62.png" - `name` (string) 아이템 이름. Example: "Game name" - `sku` (string) 고유 아이템 ID입니다. SKU에는 소문자 라틴 영숫자, 마침표, 대시 및 밑줄만 포함될 수 있습니다. Example: "game_1" - `type` (string) 아이템 유형: virtual_good/virtual_currency/bundle/physical_good/unit. Example: "unit" - `unit_items` (array) Example: [{"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_items.drm_name` (string) DRM 이름. Example: "Steam" - `unit_items.drm_sku` (string) 고유 DRM ID. SKU에는 소문자 라틴 영숫자, 마침표, 대시 및 밑줄만 포함될 수 있습니다. Example: "steam" - `unit_items.has_keys` (boolean) true이면 게임에 판매용 키가 있습니다. - `unit_items.is_free` (boolean) true이면 아이템이 무료입니다. - `unit_items.is_pre_order` (boolean) true인 경우 게임 키는 예약 주문이며 출시 날짜가 지나지 않은 것입니다. Example: true - `unit_items.price` (object) 아이템 가격. - `unit_items.price.amount` (string) 할인 아이템 가격. Example: "2.9900" - `unit_items.price.amount_without_discount` (string) 아이템 가격. Example: "2.9900" - `unit_items.price.currency` (string) 기본 구매 통화입니다. [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)에 따른 3자리 코드. Example: "USD" - `unit_items.release_date` (string) ISO 8601 형식의 게임 출시 날짜. Example: "2020-08-11T10:00:00+03:00" - `unit_items.type` (string) 아이템 유형: game_key. Example: "game_key" - `unit_items.virtual_prices` (array) 가상 가격. - `unit_items.virtual_prices.amount` (integer) 가상 화폐로 표시된 할인된 품목 가격. Example: 100 - `unit_items.virtual_prices.description` (string) 가상 화폐 설명. Example: "Big Rocket - description" - `unit_items.virtual_prices.image_url` (string) 가상 화폐의 이미지. Example: "http://image.png" - `unit_items.virtual_prices.is_default` (boolean) 가격이 아이템의 기본값인지 여부입니다. Example: true - `unit_items.virtual_prices.name` (string) 가상 화폐 이름. Example: "SHOTGUN FOR TRUE RAIDERS" - `unit_items.virtual_prices.sku` (string) 가상 화폐 아이템 SKU. Example: "vc_test" - `unit_items.virtual_prices.type` (string) 가상 화폐 유형. Example: "virtual_currency" - `unit_type` (string) 단위 유형: game. Example: "game" ## Response 404 fields (application/json): - `errorCode` (integer) Example: 4001 - `errorMessage` (string) Example: "[0401-4001]: Item with sku = 'game_1' not found" - `statusCode` (integer) Example: 404