Xsolla-logo

仮想アイテムを取得Server-sideAdmin

get/v2/project/{project_id}/admin/items/virtual_items/sku/{item_sku}

管理用のプロジェクト内の仮想アイテムを取得します。



このエンドポイントは、ストアカタログの構築に使用しないでください。
SecuritybasicAuth
Request
path Parameters
project_id
required
integer

プロジェクトID。このパラメータは、ドメインページのプロジェクト名の横にあります。

Example: 44056
item_sku
required
string

アイテムSKU。

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

大文字と小文字を区別する一意のコードです。文字と数字が含まれます。

Example: promo_code=WINTER2021
Responses
200

指定された仮想アイテムは正常に受信されました。

401

基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。

Request samples
Response samples
application/json
{
  • "attributes": [
    ],
  • "custom_attributes": {
    },
  • "description": {
    },
  • "groups": [
    ],
  • "inventory_options": {
    },
  • "is_enabled": true,
  • "is_free": false,
  • "is_show_in_store": true,
  • "limits": {
    },
  • "long_description": {
    },
  • "media_list": [ ],
  • "name": {
    },
  • "order": 1,
  • "periods": [
    ],
  • "prices": [
    ],
  • "regions": [ ],
  • "sku": "swords_1",
  • "type": "virtual_good",
  • "vc_prices": [ ]
}