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

In general, the use of catalog of items is available without authorization.
Only authorized users can get a personalized catalog.
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": [
    ]
}