Xsolla-logo

Get information about upsell in projectServer-sideAdmin

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

Retrieves the information about upsell in project: whether it's enabled, type of upsell, and the SKU list of items that are a part of this upsell.

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 configuration details and items used for upsell in the project.

401

Authentication not passed or wrong.

Request samples
curl -i -X GET \
  'https://store.xsolla.com/api/v2/project/{project_id}/admin/items/upsell' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
[
  • {
    }
]