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

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
Responses
200

The list of upsell items was successfully received.

401

Authentication not passed or wrong.

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