Xsolla-logoXsolla Developers
または
パブリッシャーアカウントへ

すべての仮想アイテムリストを取得するClient-side

get/v2/project/{project_id}/items/virtual_items/all

Gets a list of all virtual items for searching on client-side.

Attention

Returns only item SKU, name, groups and description

Note

The use of the item catalog API calls is available without authorization, but to get a personalized catalog, you must pass the user JWT in the Authorization header.
SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。

Example: 44056
query Parameters
locale
string
Default: "en"

応答言語。ISO 639-1に基づく小文字の2文字言語コード。

promo_code
string [ 1 .. 128 ] characters

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

Example: promo_code=WINTER2021
Responses
200

すべての仮想アイテムのリストは正常に受信されました。

Request samples
Response samples
application/json
{
  • "items": [
    ]
}