# 지정된 번들 가져오기 지정된 번들을 가져옵니다. Endpoint: GET /v2/project/{project_id}/items/bundle/sku/{sku} Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) 프로젝트 ID. Example: 44056 - `sku` (string, required) 번들 SKU. Example: "kg_1" ## Response 200 fields (application/json): - `attributes` (array) 아이템에 해당하는 속성 및 해당 값의 목록입니다. 카탈로그 필터링에 사용할 수 있습니다. - `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" - `bundle_type` (string) 번들 유형입니다. 이 경우 항상 standart입니다. Example: "standart" - `content` (array) 번들 패키지 콘텐츠. Example: [{"attributes":[],"description":"Big Rocket - short description.","groups":[],"image_url":"https://popmedia.blob.core.windows.net/popyourself/male/outfit/male_armor_white_a-01.png","is_free":false,"name":"Big Rocket","price":{"amount":10.99,"amount_without_discount":10.99,"currency":"USD"},"quantity":100,"sku":"big_rocket","type":"virtual_currency"}] - `content.description` (string) 아이템 설명. Example: "Big Rocket - description" - `content.image_url` (string) 이미지 URL. Example: "https://popmedia.blob.core.windows.net/popyourself/male/outfit/male_armor_white_a-01.png" - `content.name` (string) 아이템 이름. Example: "Big Rocket" - `content.price` (object,null) 아이템 가격. - `content.price.amount` (string) 할인된 아이템 가격. Example: "100.99" - `content.price.amount_without_discount` (string) 아이템 가격. Example: "100.99" - `content.price.currency` (string) 기본 구매 통화입니다. [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)에 따른 3자리 코드. Example: "USD" - `content.quantity` (integer) 패키지에 포함된 아이템의 수량. Example: 250 - `content.sku` (string) 고유 아이템 ID입니다. SKU는 소문자 라틴 영숫자, 대시 및 밑줄만 포함할 수 있습니다. Example: "big_rocket" - `content.type` (string) 아이템 유형: virtual_good/virtual_currency/bundle. Example: "virtual_currency" - `content.virtual_prices` (array) 가상 가격. - `content.virtual_prices.amount` (integer) 할인된 가상 화폐의 아이템 가격. Example: 100 - `content.virtual_prices.description` (string) 가상 화폐 설명. Example: "Big Rocket - description" - `content.virtual_prices.image_url` (string) 가상 화폐의 이미지. Example: "http://image.png" - `content.virtual_prices.is_default` (boolean) 가격이 아이템의 기본값인지 여부입니다. Example: true - `content.virtual_prices.name` (string) 가상 화폐 이름. Example: "SHOTGUN FOR TRUE RAIDERS" - `content.virtual_prices.sku` (string) 가상 화폐 아이템 SKU. Example: "vc_test" - `content.virtual_prices.type` (string) 가상 화폐 유형. Example: "virtual_currency" - `groups` (array) 아이템이 속한 그룹. Example: [{"external_id":"horror","name":{"en":"Horror"}}] - `groups.external_id` (string) Example: "horror" - `groups.name` (object) Example: {"en":"Horror"} - `is_free` (string) 항상 false입니다. Example: "false" - `sku` (string) 고유 아이템 ID입니다. SKU에는 소문자 라틴 영숫자, 마침표, 대시 및 밑줄만 포함될 수 있습니다. Example: "bundle_1" - `total_content_price` (object,null) 번들 콘텐츠 가격의 합계. - `total_content_price.amount` (string) 할인된 번들 콘텐츠 가격의 합계. Example: "100.99" - `total_content_price.amount_without_discount` (string) 번들 콘텐츠 가격의 합계. Example: "100.99" - `total_content_price.currency` (string) 구매 통화. [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)에 따른 3자리 코드. Example: "USD" - `type` (string) 아이템 유형. Example: "bundle"