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

Get list of upsell items in projectClient-side

get/v2/project/{project_id}/items/upsell

Gets a list of upsell items in a project if they have already been set up.

SecurityXsollaLoginUserJWT
Request
path Parameters
project_id
required
integer

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

Example: 44056
Responses
200

The list of upsell items was successfully received.

401

인증을 통과하지 못했거나 잘못되었습니다.

Request samples
Response samples
application/json
{
  • "has_more": true,
  • "items": [
    ]
}