Gets a sellable items list for building a catalog.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 59080 |
limit | integer Limit for the number of elements on the page. Example: limit=50 |
offset | integer Number of the element from which the list is generated (the count starts from 0). Example: offset=0 |
locale | string Default: "en" Response language. Two-letter lowercase language code per ISO 639-1. |
additional_fields[] | Array of strings The list of additional fields. These fields will be in the response if you send them in your request. |
country | string Two-letter uppercase country code per ISO 3166-1 alpha-2. Check the documentation for detailed information about countries supported by Xsolla and the process of determining the country. Example: country=US |
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 |
The list of sellable items was successfully received.
{- "has_more": false,
- "items": [
- {
- "item_id": 259765,
- "sku": "gold",
- "type": "virtual_currency",
- "name": "Gold",
- "description": null,
- "price": {
- "amount": "1.00",
- "amount_without_discount": "1.00",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "limits": null,
- "custom_attributes": {
- "purchased": 0,
- "attr": "value"
}, - "vp_rewards": [
- {
- "item_id": 175232,
- "sku": "value_point_1",
- "amount": 130,
- "name": "Value point",
}, - {
- "item_id": 186321,
- "sku": "clan_value_point_sku_1",
- "amount": 50,
- "name": "Clan Reward VP 1",
- "is_clan": true
}
]
}, - {
- "item_id": 259766,
- "sku": "silver",
- "type": "virtual_currency",
- "name": "Silver",
- "description": null,
- "price": {
- "amount": "0.50",
- "amount_without_discount": "0.50",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259767,
- "sku": "bronze",
- "type": "virtual_currency",
- "name": "Bronze",
- "description": null,
- "price": {
- "amount": "0.10",
- "amount_without_discount": "0.10",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259768,
- "sku": "gold_chest",
- "type": "bundle",
- "name": "Chest of gold",
- "bundle_type": "virtual_currency_package",
- "description": "Chest of gold",
- "price": {
- "amount": "7.99",
- "amount_without_discount": "7.99",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "content": [
- {
- "item_id": 259765,
- "sku": "gold",
- "type": "virtual_currency",
- "name": "Gold",
- "description": null,
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "quantity": 10
}
], - "vp_rewards": [ ]
}, - {
- "item_id": 259769,
- "sku": "silver_chest",
- "type": "bundle",
- "name": "Chest of silver",
- "bundle_type": "virtual_currency_package",
- "description": "Chest of silver",
- "price": {
- "amount": "19.99",
- "amount_without_discount": "19.99",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "content": [
- {
- "item_id": 259766,
- "sku": "silver",
- "type": "virtual_currency",
- "name": "Silver",
- "description": null,
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "quantity": 50
}
], - "vp_rewards": [ ]
}, - {
- "item_id": 259770,
- "sku": "bronze_chest",
- "type": "bundle",
- "name": "Chest of bronze",
- "bundle_type": "virtual_currency_package",
- "description": "Chest of bronze",
- "price": {
- "amount": "5.99",
- "amount_without_discount": "5.99",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "content": [
- {
- "item_id": 259767,
- "sku": "bronze",
- "type": "virtual_currency",
- "name": "Bronze",
- "description": null,
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "quantity": 100
}
], - "vp_rewards": [ ]
}, - {
- "item_id": 259771,
- "sku": "sword",
- "type": "virtual_good",
- "name": "Sword",
- "description": "Sword",
- "price": {
- "amount": "1.99",
- "amount_without_discount": "1.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 2,
- "amount_without_discount": 2,
- "calculated_price": {
- "amount": "2.00",
- "amount_without_discount": "2.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 5,
- "amount_without_discount": 5,
- "calculated_price": {
- "amount": "5.00",
- "amount_without_discount": "5.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 50,
- "amount_without_discount": 50,
- "calculated_price": {
- "amount": "50.00",
- "amount_without_discount": "50.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "swords",
- "name": "Swords"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259772,
- "sku": "saber",
- "type": "virtual_good",
- "name": "Saber",
- "description": "Saber",
- "price": {
- "amount": "3.99",
- "amount_without_discount": "3.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 3,
- "amount_without_discount": 3,
- "calculated_price": {
- "amount": "3.00",
- "amount_without_discount": "3.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 7,
- "amount_without_discount": 7,
- "calculated_price": {
- "amount": "7.00",
- "amount_without_discount": "7.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 70,
- "amount_without_discount": 70,
- "calculated_price": {
- "amount": "70.00",
- "amount_without_discount": "70.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [ ],
- "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "swords",
- "name": "Swords"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259773,
- "sku": "bow",
- "type": "virtual_good",
- "name": "Bow",
- "description": "Bow",
- "price": {
- "amount": "4.99",
- "amount_without_discount": "4.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 5,
- "amount_without_discount": 5,
- "calculated_price": {
- "amount": "5.00",
- "amount_without_discount": "5.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 10,
- "amount_without_discount": 10,
- "calculated_price": {
- "amount": "10.00",
- "amount_without_discount": "10.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 100,
- "amount_without_discount": 100,
- "calculated_price": {
- "amount": "100.00",
- "amount_without_discount": "100.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [ ],
- "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "bows",
- "name": "Bows"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259774,
- "sku": "electric_shield",
- "type": "virtual_good",
- "name": "Electric shield",
- "description": "Electric shield",
- "price": {
- "amount": "9.99",
- "amount_without_discount": "9.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 10,
- "amount_without_discount": 10,
- "calculated_price": {
- "amount": "10.00",
- "amount_without_discount": "10.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 20,
- "amount_without_discount": 20,
- "calculated_price": {
- "amount": "20.00",
- "amount_without_discount": "20.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 200,
- "amount_without_discount": 200,
- "calculated_price": {
- "amount": "200.00",
- "amount_without_discount": "200.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [ ],
- "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "armour",
- "name": "Armour"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259775,
- "sku": "royal_shield",
- "type": "virtual_good",
- "name": "Royal shield",
- "description": "Royal shield",
- "price": {
- "amount": "19.99",
- "amount_without_discount": "19.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 20,
- "amount_without_discount": 20,
- "calculated_price": {
- "amount": "20.00",
- "amount_without_discount": "20.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 40,
- "amount_without_discount": 40,
- "calculated_price": {
- "amount": "40.00",
- "amount_without_discount": "40.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 400,
- "amount_without_discount": 400,
- "calculated_price": {
- "amount": "400.00",
- "amount_without_discount": "400.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "armour",
- "name": "Armour"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259776,
- "sku": "ancient_helmet",
- "type": "virtual_good",
- "name": "Ancient helmet",
- "description": "Ancient helmet",
- "price": {
- "amount": "1.99",
- "amount_without_discount": "1.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 2,
- "amount_without_discount": 2,
- "calculated_price": {
- "amount": "2.00",
- "amount_without_discount": "2.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 4,
- "amount_without_discount": 4,
- "calculated_price": {
- "amount": "4.00",
- "amount_without_discount": "4.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 40,
- "amount_without_discount": 40,
- "calculated_price": {
- "amount": "40.00",
- "amount_without_discount": "40.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [ ],
- "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "armour",
- "name": "Armour"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259777,
- "sku": "wooden_helmet",
- "type": "virtual_good",
- "name": "Wooden helmet",
- "description": "Wooden helmet",
- "price": {
- "amount": "0.99",
- "amount_without_discount": "0.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 1,
- "amount_without_discount": 1,
- "calculated_price": {
- "amount": "1.00",
- "amount_without_discount": "1.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 2,
- "amount_without_discount": 2,
- "calculated_price": {
- "amount": "2.00",
- "amount_without_discount": "2.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 20,
- "amount_without_discount": 20,
- "calculated_price": {
- "amount": "20.00",
- "amount_without_discount": "20.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "armour",
- "name": "Armour"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "vp_rewards": [ ]
}, - {
- "item_id": 259778,
- "sku": "armor_chest",
- "type": "bundle",
- "name": "Chest of armor",
- "bundle_type": "standard",
- "description": "Chest of armour",
- "price": {
- "amount": "19.99",
- "amount_without_discount": "19.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 20,
- "amount_without_discount": 20,
- "calculated_price": {
- "amount": "20.00",
- "amount_without_discount": "20.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 40,
- "amount_without_discount": 40,
- "calculated_price": {
- "amount": "40.00",
- "amount_without_discount": "40.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 400,
- "amount_without_discount": 400,
- "calculated_price": {
- "amount": "400.00",
- "amount_without_discount": "400.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "total_content_price": {
- "amount": "11.98",
- "amount_without_discount": "11.98",
- "currency": "USD"
}, - "content": [
- {
- "item_id": 259774,
- "sku": "electric_shield",
- "type": "virtual_good",
- "name": "Electric shield",
- "description": "Electric shield",
- "price": {
- "amount": "9.99",
- "amount_without_discount": "9.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 10,
- "amount_without_discount": 10,
- "calculated_price": {
- "amount": "10.00",
- "amount_without_discount": "10.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 20,
- "amount_without_discount": 20,
- "calculated_price": {
- "amount": "20.00",
- "amount_without_discount": "20.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 200,
- "amount_without_discount": 200,
- "calculated_price": {
- "amount": "200.00",
- "amount_without_discount": "200.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "armour",
- "name": "Armour"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "quantity": 1
}, - {
- "item_id": 259776,
- "sku": "ancient_helmet",
- "type": "virtual_good",
- "name": "Ancient helmet",
- "description": "Ancient helmet",
- "price": {
- "amount": "1.99",
- "amount_without_discount": "1.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 2,
- "amount_without_discount": 2,
- "calculated_price": {
- "amount": "2.00",
- "amount_without_discount": "2.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 4,
- "amount_without_discount": 4,
- "calculated_price": {
- "amount": "4.00",
- "amount_without_discount": "4.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 40,
- "amount_without_discount": 40,
- "calculated_price": {
- "amount": "40.00",
- "amount_without_discount": "40.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "armour",
- "name": "Armour"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "quantity": 1
}
], - "vp_rewards": [ ]
}, - {
- "item_id": 259779,
- "sku": "treasure_chest",
- "type": "bundle",
- "name": "Treasure Chest",
- "bundle_type": "standard",
- "description": "Treasure Chest",
- "price": {
- "amount": "9.99",
- "amount_without_discount": "9.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 10,
- "amount_without_discount": 10,
- "calculated_price": {
- "amount": "10.00",
- "amount_without_discount": "10.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 20,
- "amount_without_discount": 20,
- "calculated_price": {
- "amount": "20.00",
- "amount_without_discount": "20.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 40,
- "amount_without_discount": 40,
- "calculated_price": {
- "amount": "40.00",
- "amount_without_discount": "40.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "promotions": [
- {
- "name": "Bonus promotion",
- "date_start": "2020-04-15T16:16:00+03:00",
- "date_end": "2026-04-15T16:16:00+03:00",
- "discount": {
- "percent": "50.00"
}, - "bonus": [
- {
- "quantity": 1,
- "name": "Xsolla Minigun",
- "sku": "minigun_1",
- "type": "virtual_good"
}
]
}
], - "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "total_content_price": {
- "amount": "802.89",
- "amount_without_discount": "802.89",
- "currency": "USD"
}, - "content": [
- {
- "item_id": 259772,
- "sku": "saber",
- "type": "virtual_good",
- "name": "Saber",
- "description": "Saber",
- "price": {
- "amount": "3.99",
- "amount_without_discount": "3.99",
- "currency": "USD"
}, - "virtual_prices": [
- {
- "description": null,
- "item_id": 259765,
- "sku": "gold",
- "name": "Gold",
- "type": "virtual_currency",
- "amount": 3,
- "amount_without_discount": 3,
- "calculated_price": {
- "amount": "3.00",
- "amount_without_discount": "3.00"
}, - "is_default": true
}, - {
- "description": null,
- "item_id": 259766,
- "sku": "silver",
- "name": "Silver",
- "type": "virtual_currency",
- "amount": 7,
- "amount_without_discount": 7,
- "calculated_price": {
- "amount": "7.00",
- "amount_without_discount": "7.00"
}, - "is_default": false
}, - {
- "description": null,
- "item_id": 259767,
- "sku": "bronze",
- "name": "Bronze",
- "type": "virtual_currency",
- "amount": 70,
- "amount_without_discount": 70,
- "calculated_price": {
- "amount": "70.00",
- "amount_without_discount": "70.00"
}, - "is_default": false
}
], - "can_be_bought": true,
- "attributes": [ ],
- "is_free": false,
- "groups": [
- {
- "external_id": "swords",
- "name": "Swords"
}
], - "virtual_item_type": "non_consumable",
- "inventory_options": {
- "consumable": null,
- "expiration_period": null
}, - "quantity": 1
}, - {
- "item_id": 259769,
- "sku": "silver_chest",
- "type": "bundle",
- "name": "Chest of silver",
- "bundle_type": "virtual_currency_package",
- "description": "Chest of silver",
- "price": {
- "amount": "19.99",
- "amount_without_discount": "19.99",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [ ],
- "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "content": [
- {
- "item_id": 259766,
- "sku": "silver",
- "type": "virtual_currency",
- "name": "Silver",
- "description": null,
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "quantity": 50
}
], - "quantity": 10
}, - {
- "item_id": 259770,
- "sku": "bronze_chest",
- "type": "bundle",
- "name": "Chest of bronze",
- "bundle_type": "virtual_currency_package",
- "description": "Chest of bronze",
- "price": {
- "amount": "5.99",
- "amount_without_discount": "5.99",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "promotions": [ ],
- "attributes": [ ],
- "is_free": false,
- "groups": [ ],
- "content": [
- {
- "item_id": 259767,
- "sku": "bronze",
- "type": "virtual_currency",
- "name": "Bronze",
- "description": null,
- "inventory_options": {
- "consumable": {
- "usages_count": 1
}, - "expiration_period": null
}, - "quantity": 100
}
], - "quantity": 100
}
], - "vp_rewards": [ ]
}
]
}