Gets the virtual item within a project for administration.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
item_sku required | string Item SKU. Example: booster_mega_1 |
The specified virtual item was successfully received.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "sku": "swords_1",
- "name": {
- "en": "Sword Xsolla Skin"
}, - "type": "virtual_good",
- "description": {
- "en": "Honshu Boshin Wakizashi - Modern Tactical Samurai / Ninja Sword - Hand Forged 1060 Carbon Steel - Full Tang, Fully Functional, Battle Ready - Black TPR, Steel Guard and Pommel"
}, - "long_description": {
- "en": "Honshu Boshin Wakizashi - Modern Tactical Samurai / Ninja Sword - Hand Forged 1060 Carbon Steel - Full Tang, Fully Functional, Battle Ready - Black TPR, Steel Guard and Pommel"
}, - "attributes": [
- {
- "external_id": "attr_1",
- "name": {
- "en-US": "OK"
}, - "values": [
- {
- "external_id": "val1",
- "value": {
- "en-US": "VALUE"
}
}, - {
- "external_id": "val2",
- "value": {
- "en-US": "VALUE2"
}
}
]
}
], - "is_free": false,
- "order": 1,
- "groups": [
- {
- "external_id": "accessory",
- "name": {
- "en": "accessory"
}
}, - {
- "external_id": "weapon",
- "name": {
- "en": "weapon"
}
}
], - "prices": [
- {
- "amount": 4.99,
- "currency": "USD",
- "is_default": true,
- "is_enabled": true,
- "country_iso": "US"
}
], - "media_list": [ ],
- "vc_prices": [ ],
- "is_enabled": true,
- "is_show_in_store": true,
- "regions": [ ],
- "inventory_options": {
- "consumable": false,
- "expiration_period": null
}, - "limits": {
- "per_user": {
- "total": 5
}, - "per_item": null,
- "recurrent_schedule": {
- "per_user": {
- "interval_type": "daily",
- "day_of_week": null,
- "day_of_month": null,
- "time": "11:00:00+08:00",
- "reset_next_date": 1677553200,
- "displayable_reset_start_date": "2023-02-28T11:00:00+08:00",
- "displayable_reset_next_date": "2023-02-28T11:00:00+08:00"
}
}
}, - "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
], - "custom_attributes": {
- "purchased": 0,
- "attr": "value"
}
}