Xsolla-logoXsolla Developers
or
To Publisher Account

Get package list

get/v2/merchants/{merchantId}/projects/{projectId}/package

Gets a list of available items.

SecurityBearer
Request
path Parameters
merchantId
required
string

Merchant ID of the client

projectId
required
string

Project ID of the project

query Parameters
multivc-sku
required
string

The virtual currency SKU

Responses
200

List of available items.

401

Unauthorized

404

User not found

422

Unprocessable entity

Request samples
curl -i -X GET \
  'http://orbs.babka.com/v2/merchants/{merchantId}/projects/{projectId}/package?multivc-sku=string' \
  -H 'Authorization: YOUR_API_KEY_HERE'
Response samples
application/json
{
  • "items": [
    ]
}