# 获取指定的捆绑包 获取指定的捆绑包。 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)的三字母代码。 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)的三字母代码。 Example: "USD" - `type` (string) 商品类型。 Example: "bundle"