# Items Operations for creating, managing, and distributing items to users via Backpack. Items are the core entities associated with games. ## Create game keys - [POST /web/backpack/merchants/{merchantId}/projects/{projectId}/user/{userId}/game_keys](https://developers.xsolla.com/ru/api/backpack/items/create-game-keys.md): Creates a list of game keys and adds them to Backpack of the specified user. ## Create promo codes - [POST /web/backpack/merchants/{merchantId}/projects/{projectId}/user/{userId}/promo_codes](https://developers.xsolla.com/ru/api/backpack/items/create-promo-codes.md): Creates a list of promo codes with items and adds them to Backpack of the specified user. To get items created using this method, the user copies the promo code from Backpack and enters it on the gaming platform or in the game. ## Create virtual currency - [POST /web/backpack/merchants/{merchantId}/projects/{projectId}/user/{userId}/virtual_currency](https://developers.xsolla.com/ru/api/backpack/items/create-virtual-currency.md): Creates a list of virtual currency packages and adds them to Backpack of the specified user. ## Create virtual items - [POST /web/backpack/merchants/{merchantId}/projects/{projectId}/user/{userId}/virtual_items](https://developers.xsolla.com/ru/api/backpack/items/create-virtual-items.md): Creates a list of virtual items and adds them to Backpack of the specified user. ## Get user's Backpack items - [GET /web/backpack/merchants/{merchantId}/projects/{projectId}/users/{userId}/items](https://developers.xsolla.com/ru/api/backpack/items/user-backpack-items-list.md): Returns the list of items from Backpack of a specified user. Items can be game keys, virtual items, and virtual currency. ## Delete item from Backpack - [DELETE /web/backpack/merchants/{merchantId}/projects/{projectId}/users/{userId}/items/{itemId}](https://developers.xsolla.com/ru/api/backpack/items/delete-item.md): Deletes the specified item from Backpack of the specified user.