Xsolla-logo

Get virtual currency package by SKUClient-side

get/v2/project/{project_id}/items/virtual_currency/package/sku/{virtual_currency_package_sku}

Gets a virtual currency packages by SKU for building a catalog.

Note

This endpoint, accessible without authorization, returns generic data. However, authorization enriches the response with user-specific details for a personalized result, such as available user limits and promotions.
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
virtual_currency_package_sku
required
string

Virtual currency package SKU.

Example: crystal-pack
query Parameters
locale
string
Default: "en"

Response language. Two-letter lowercase language code per ISO 639-1.

country
string

Two-letter uppercase country code per ISO 3166-1 alpha-2. Shows regional prices and restrictions for a catalog if those were specified while creating an item.

Note

If you do not specify the country explicitly, it will be set based on user's IP address.

Example: country=US
show_inactive_time_limited_items
integer
Default: 0

Shows time-limited items that are not available to the user. The validity period of such items has not started or has already expired.

Example: show_inactive_time_limited_items=1
Responses
200

The virtual currency package was successfully received.

Request samples
Response samples
application/json
{
  • "item_id": 488832,
  • "sku": "crystal-pack",
  • "type": "bundle",
  • "name": "Crystal Pack",
  • "bundle_type": "virtual_currency_package",
  • "description": "Crystal Pack Short Description",
  • "price": {
    },
  • "virtual_prices": [ ],
  • "can_be_bought": true,
  • "promotions": [ ],
  • "limits": {
    },
  • "periods": [
    ],
  • "attributes": [ ],
  • "is_free": false,
  • "groups": [ ],
  • "content": [],
  • "vp_rewards": [ ],
  • "custom_attributes": {
    }
}