Xsolla-logo
  • 文档
  • 创建帐户

获取指定的捆绑包Client-side

get/v2/project/{project_id}/items/bundle/sku/{sku}

获取指定的捆绑包。

注:

此端点无需授权即可访问,返回通用数据。但是授权后可以通过用户详细信息来丰富响应,获得个性化结果,例如适用的用户限制和促销活动等。
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

项目编号。您可以在您的发布商帐户项目名称旁边。

Example: 44056
sku
required
string

捆绑包SKU。

Example: kg_1
query Parameters
promo_code
string [ 1 .. 128 ] characters

区分大小写的唯一券码。包含字母和数字。

Example: promo_code=WINTER2021
show_inactive_time_limited_items
integer
Default: 0

显示用户不可用的时效性商品。此类商品的有效期尚未开始或已过期。

Example: show_inactive_time_limited_items=1
Responses
200

指定的捆绑包已成功接收。

Request samples
Response samples
application/json
{
  • "attributes": [ ],
  • "bundle_type": "standard",
  • "can_be_bought": true,
  • "content": [
    ],
  • "custom_attributes": {
    },
  • "description": "pricePoint_44056_1.",
  • "groups": [ ],
  • "image_url": null,
  • "is_free": false,
  • "item_id": 610316,
  • "limits": {
    },
  • "long_description": null,
  • "media_list": [ ],
  • "name": "kg_10.00_bundle",
  • "order": 999,
  • "periods": [
    ],
  • "price": {
    },
  • "promotions": [ ],
  • "sku": "kg_1",
  • "total_content_amount": {
    },
  • "type": "bundle",
  • "virtual_prices": [ ],
  • "vp_rewards": []
}