Gets a list of all virtual items for searching on client-side.
The list of all virtual items was successfully received.
{- "items": [
- {
- "sku": "big_rocket",
- "name": "Big Rocket",
- "groups": [
- {
- "external_id": "accessory",
- "name": "Accessory"
}
], - "description": "Big Rocket - description"
}, - {
- "sku": "shotgun_raider",
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "groups": [
- {
- "external_id": "hair",
- "name": "Hair"
}
], - "description": "description"
}, - {
- "sku": "shotgun_raider_2",
- "name": "SHOTGUN FOR TRUE RAIDERS",
- "groups": [ ],
- "description": "description"
}
]
}