Xsolla-logo

Get specified bundle

get/v2/project/{project_id}/items/bundle/sku/{sku}

Gets a specified bundle.

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
sku
required
string

Bundle SKU.

Example: kg_1
query Parameters
promo_code
string [ 1 .. 128 ] characters

Unique case sensitive code. Contains letters and numbers.

Example: promo_code=WINTER2021
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 specified bundle was successfully received.

Request samples
Response samples
application/json
{
  • "item_id": 610316,
  • "sku": "kg_1",
  • "name": "kg_10.00_bundle",
  • "type": "bundle",
  • "description": "pricePoint_44056_1.",
  • "image_url": null,
  • "long_description": null,
  • "attributes": [ ],
  • "is_free": false,
  • "order": 999,
  • "groups": [ ],
  • "price": {
    },
  • "total_content_amount": {
    },
  • "media_list": [ ],
  • "virtual_prices": [ ],
  • "promotions": [ ],
  • "limits": {
    },
  • "can_be_bought": true,
  • "bundle_type": "standard",
  • "periods": [
    ],
  • "custom_attributes": {
    },
  • "content": [
    ],
  • "vp_rewards": []
}