Xsolla-logo
  • 文档
  • 创建帐户

获取虚拟货币套餐Server-sideAdmin

get/v2/project/{project_id}/admin/items/virtual_currency/package/sku/{item_sku}

获取项目中的虚拟货币套餐以进行管理。

注意

不要使用此端点来构建商店目录。
SecuritybasicAuth
Request
path Parameters
project_id
required
integer

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

Example: 44056
item_sku
required
string

商品SKU。

Example: booster_mega_1
Responses
200

指定的虚拟货币套餐已成功接收。

401

基本认证未通过或错误。确保您使用了基本认证或正确的凭据。

Request samples
Response samples
application/json
{
  • "attributes": [
    ],
  • "bundle_type": "virtual_currency_package",
  • "content": [],
  • "custom_attributes": {
    },
  • "description": {
    },
  • "groups": [ ],
  • "is_enabled": true,
  • "is_free": false,
  • "is_show_in_store": true,
  • "limits": {
    },
  • "long_description": null,
  • "media_list": [ ],
  • "name": {
    },
  • "order": 1,
  • "periods": [ ],
  • "prices": [
    ],
  • "regions": [ ],
  • "sku": "crystal_pack_1",
  • "type": "bundle",
  • "vc_prices": [ ]
}