Returns the list of items from user's Backpack. Items can be game keys, virtual items, and virtual currency.
The list of items from users's Backpack was succesfully recieved.
Bad request.
Internal server error.
[- {
- "item_id": "item123",
- "item_sku": "sku_item_001",
- "item_name": "Magic Sword Game Key",
- "description": "A powerful sword with magical properties.",
- "project_id": 12345,
- "merchant_id": 98765,
- "item_type": "game_key",
- "price": null,
- "currency": "USD",
- "promo_code": "",
- "code": "ABC123-DEF456-GHI789",
- "game_name": "Epic Adventure",
- "external_game_id": "game_456",
- "created_at": "2023-10-24T14:53:00Z",
- "item_status": "claimed",
- "quantity": 1,
- "is_external_vc": false,
- "platform": "steam"
}, - {
- "item_id": "item456",
- "item_sku": "sku_item_002",
- "item_name": "Healing Potion",
- "description": "Restores 50% of health.",
- "project_id": 12345,
- "merchant_id": 98765,
- "item_type": "virtual_item",
- "price": 5.99,
- "currency": "USD",
- "promo_code": "",
- "code": "",
- "game_name": "Epic Adventure",
- "external_game_id": "game_456",
- "created_at": "2023-10-24T14:55:00Z",
- "item_status": "claimed",
- "quantity": 0,
- "is_external_vc": false,
- "platform": ""
}
]