# 가상 화폐 패키지 목록 가져오기 카탈로그 구축을 위한 가상 통화 패키지 목록을 가져옵니다. 주의 모든 프로젝트에는 응답에서 얻을 수 있는 아이템 수에 제한이 있습니다. 기본값 및 최대값은 응답당 50개 아이템입니다. 페이지별로 더 많은 데이터를 얻으려면 limit 및 offset 필드를 사용하세요. Endpoint: GET /v2/project/{project_id}/items/virtual_currency/package Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) 프로젝트 ID. Example: 44056 ## Query parameters: - `limit` (integer) 페이지 요소 개수 제한. Example: 50 - `offset` (integer) 목록이 생성된 요소 개수(개수는 0부터 시작함). - `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): - `items` (array) Example: [{"attributes":[],"bundle_type":"virtual_currency_package","content":[{"description":"Big Rocket - short description","image_url":"https://popmedia.blob.core.windows.net/popyourself/male/outfit/male_armor_white_a-01.png","inventory_options":{"consumable":{"usages_count":1}},"name":"Big Rocket","quantity":100,"sku":"big_rocket","type":"virtual_currency"}],"description":"VC Short Package Description","groups":[],"image_url":"http://vc_package_image.png","is_free":false,"name":"VC Name first package","price":{"amount":"2.0000","amount_without_discount":"2.0000","currency":"USD"},"sku":"vc_package_1","type":"bundle","virtual_prices":[]},{"attributes":[],"bundle_type":"virtual_currency_package","content":[{"description":"description","image_url":"http://image.png","inventory_options":{"consumable":{"usages_count":1}},"name":"SHOTGUN FOR TRUE RAIDERS","quantity":200,"sku":"shotgun_raider","type":"virtual_currency"}],"description":"VC Short Package Description","groups":[],"image_url":"http://vc_package_image.png","is_free":false,"name":"VC Name third package","price":{"amount":"4.0000","amount_without_discount":"4.0000","currency":"USD"},"sku":"vc_package_3","type":"bundle","virtual_prices":[]}] - `items.attributes` (array) 게임에 해당하는 속성 및 해당 값의 목록입니다. 주의 응답의 이 부분은 additional_fields[]=attributes 쿼리 매개변수를 보내는 경우에만 사용할 수 있습니다. - `items.attributes.external_id` (string) 고유한 속성 ID입니다. external_id에는 소문자 라틴 영숫자, 대시 및 밑줄만 포함될 수 있습니다. Example: "attribute_1" - `items.attributes.name` (string) 속성의 이름. Example: "Genre" - `items.attributes.values` (array) - `items.attributes.values.external_id` (string) 속성의 고유 값 ID입니다. external_id에는 소문자 라틴 영숫자, 대시 및 밑줄만 포함될 수 있습니다. Example: "attribute_value" - `items.attributes.values.value` (string) 속성 값. Example: "Strategy" - `items.bundle_type` (string) 번들 유형: standard/virtual_currency_package. Example: "virtual_currency_package" - `items.content` (array) 가상 화폐 패키지 콘텐츠. Example: [{"description":"Big Rocket - short description","image_url":"https://popmedia.blob.core.windows.net/popyourself/male/outfit/male_armor_white_a-01.png","inventory_options":{"consumable":{"usages_count":1}},"name":"Big Rocket","quantity":100,"sku":"big_rocket","type":"virtual_currency"}] - `items.content.description` (string) 아이템 설명. Example: "Big Rocket - description" - `items.content.image_url` (string) 이미지 URL. Example: "https://popmedia.blob.core.windows.net/popyourself/male/outfit/male_armor_white_a-01.png" - `items.content.inventory_options` (object) 인벤토리 아이템 옵션을 정의합니다. - `items.content.inventory_options.consumable` (object,null) 이것이 소모성 아이템이면 소모성 속성을 정의하고, 이것이 비소모성 아이템이면 null을 정의합니다. - `items.content.inventory_options.consumable.usages_count` (integer,null) 이것이 소모품인 경우 남은 총 사용 횟수, 또는 이것이 비소모품인 경우 null입니다. Example: 1 - `items.content.inventory_options.expiration_period` (object,null) 만료된 아이템인 경우 만료 속성을 정의하고 만료되지 않은 아이템인 경우 null을 정의합니다. - `items.content.inventory_options.expiration_period.type` (string) 아이템의 만료 유형을 정의합니다. Enum: "minute", "hour", "day", "week", "month", "year" - `items.content.inventory_options.expiration_period.value` (integer) 만료 기간 값을 정의합니다. Example: 1 - `items.content.name` (string) 아이템 이름. Example: "Big Rocket" - `items.content.quantity` (integer) 패키지의 가상 화폐 수량. Example: 250 - `items.content.sku` (string) 고유 아이템 ID입니다. SKU는 소문자 라틴 영숫자, 대시 및 밑줄만 포함할 수 있습니다. Example: "big_rocket" - `items.content.type` (string) 아이템 유형: virtual_good/virtual_currency/bundle. Example: "virtual_currency" - `items.groups` (array) 아이템이 속한 그룹. Example: [{"external_id":"accessory","name":"Accessory"}] - `items.groups.external_id` (string) Example: "accessory" - `items.groups.name` (string) Example: "Accessory" - `items.is_free` (string) true이면 아이템이 무료입니다. Example: "false" - `items.price` (object) 아이템 가격. - `items.price.amount` (string) 할인 아이템 가격. Example: "100.99" - `items.price.amount_without_discount` (string) 아이템 가격. Example: "100.99" - `items.price.currency` (string) 기본 구매 통화입니다. [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)에 따른 3자리 코드. Example: "USD" - `items.sku` (string) 고유 아이템 ID입니다. SKU에는 소문자 라틴 영숫자, 마침표, 대시 및 밑줄만 포함될 수 있습니다. Example: "big_rocket" - `items.virtual_prices` (array) 가상 가격. - `items.virtual_prices.amount` (integer) 가상 화폐로 표시된 할인된 품목 가격. Example: 100 - `items.virtual_prices.description` (string) 가상 화폐 설명. Example: "Big Rocket - description" - `items.virtual_prices.image_url` (string) 가상 화폐의 이미지. Example: "http://image.png" - `items.virtual_prices.is_default` (boolean) 가격이 아이템의 기본값인지 여부입니다. Example: true - `items.virtual_prices.name` (string) 가상 화폐 이름. Example: "SHOTGUN FOR TRUE RAIDERS" - `items.virtual_prices.sku` (string) 가상 화폐 아이템 SKU. Example: "vc_test" - `items.virtual_prices.type` (string) 가상 화폐 유형. Example: "virtual_currency"