Xsolla-logo

アップセルを更新Server-sideAdmin

put/v2/project/{project_id}/admin/items/upsell

プロジェクトのアップセルを更新します。

SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

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

Example: 44056
Request Body schema: application/json
One of:

Upsell type.

is_enabled
required
boolean
type
required
string
Value: "fixed_list"
items
required
Array of strings
Default: null

Array of items SKU.

Responses
202

プロジェクトのアップセルが更新されました。

401

認証を通過できず、または間違っています。

404

アイテムが見つかりません。

422

無効なリクエスト。

Request samples
application/json
{
  • "is_enabled": true,
  • "items": [
    ],
  • "type": "fixed_list"
}
Response samples
application/json
{
  • "errorCode": 1501,
  • "errorMessage": "[0401-1501]: Authorization failed: Provide authorization",
  • "statusCode": 401
}