Xsolla-logo

Upselling aktualisierenServer-sideAdmin

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

Aktualisieren Sie Upselling für ein Projekt.

SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

Projekt-ID. Dieser Parameter wird im Kundenportal neben dem Projektnamen angezeigt.

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

Upselling wurde für das Projekt aktualisiert.

401

Authentifizierung nicht bestanden oder falsch.

404

Artikel nicht gefunden.

422

Ungültige Anfrage.

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
}