Xsolla-logo

인벤토리 아이템 해지하기

post/v2/project/{project_id}/inventory/revoke

여러 사용자의 아이템에 대한 액세스 권한을 해지합니다.

주의

한 번에50개의 작업만 처리할 수 있습니다. 이 제한을 초과하는 작업은 무시됩니다.
SecuritybasicAuth
Request
path Parameters
project_id
required
integer
Default: 44056

프로젝트 ID입니다.

Request Body schema: application/json
Array
required
object
id
string
Default: "d342dad2-9d59-11e9-a384-42010aa8003f"

플랫폼의 고유 사용자 식별자입니다.

required
Array of objects non-empty
Array (non-empty)
sku
required
string non-empty
Default: "booster_mega_1"

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

quantity
required
integer >= 1
Default: 1

이 클래스에서 취소해야 하는 아이템의 개수입니다.

comment
string [ 1 .. 255 ] characters
Default: "Item was transferred to another player"

"아이템이 다른 플레이어에게 전송되었습니다"와 같은 작업 설명입니다.

platform
string
Default: "xsolla"

사용자가 플레이하는 퍼블리싱 플랫폼입니다.

Enum: "playstation_network" "xbox_live" "xsolla" "pc_standalone" "nintendo_shop" "google_play" "app_store_ios" "android_standalone" "ios_standalone" "android_other" "ios_other" "pc_other"
Responses
200

사용자 아이템 해지에 성공했습니다.

404

이 아이템 수를 해지하지 못했습니다.

Request samples
application/json
[
  • {
    }
]
Response samples
application/json
{
  • "count": 2,
  • "operations": [
    ]
}