Xsolla-logo
  • 문서화
  • 계정 생성

Set value points for itemsServer-sideAdmin

put/v2/project/{project_id}/admin/items/{item_sku}/value_points/rewards

Assigns value points to one or several items by an SKU. Users receive value points after they purchase these items.

Note that this PUT request overwrites all previously set value points for items in the project.

To avoid unintentional deletion of value points, include all items and their respective value points in each PUT request.

If you only want to update the value points for a specific item while preserving the value points of other items, you should retrieve the current set of value points using a GET request, modify the desired item's value points, and then send the modified set of value points back with the updated value points for the specific item.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

프로젝트 ID. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다.

Example: 44056
item_sku
required
string

아이템 SKU입니다.

Example: booster_mega_1
Request Body schema: application/json
Array
sku
required
string [ 1 .. 255 ] characters ^[a-zA-Z0-9_\\-–.]*$

고유 아이템 ID입니다. SKU에는 소문자 라틴 영숫자, 마침표, 대시 및 밑줄만 사용할 수 있습니다.

amount
required
integer

Amount of value points.

Responses
204

Value point rewards for items were successfully updated.

401

기본 인증이 전달되지 않았거나 잘못되었습니다. 기본 인증 또는 올바른 자격 증명을 사용했는지 확인해야 합니다.

404

아이템을 찾을 수 없습니다. project_idsku가 올바른지 확인해야 합니다.

Request samples
application/json
[
  • {
    },
  • {
    }
]
Response samples
application/json
{
  • "errorCode": 1020,
  • "errorMessage": "[0401-1020]: Error in Authentication method occurred",
  • "statusCode": 401
}