Gets a list of all virtual items for searching on client-side.
project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
The list of all virtual items was successfully received.
{- "items": [
- {
- "sku": "big_rocket",
- "name": "Big Rocket",
- "groups": [
- {
- "external_id": "accessory",
- "name": {
- "en": "Accessory"
}
}
], - "description": "Big Rocket - description"
}, - {
- "sku": "shotgun_raider",
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "groups": [
- {
- "external_id": "hair",
- "name": {
- "en": "Hair"
}
}
], - "description": "description"
}, - {
- "sku": "shotgun_raider_2",
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "groups": [ ],
- "description": "description"
}
]
}