# Game

Operations related to creating and updating game entities. Game entities are used to combine and sort items.

## Create game

 - [POST /web/backpack/merchants/{merchantId}/projects/{projectId}/games](https://xsolla.redocly.app/ru/api/backpack/game/create-game.md): Creates a game entity for a specified project.

## Get games

 - [GET /web/backpack/merchants/{merchantId}/projects/{projectId}/games](https://xsolla.redocly.app/ru/api/backpack/game/get-games.md): Retrieves external IDs and names of the created game entities.

## Update game

 - [PUT /web/backpack/merchants/{merchantId}/projects/{projectId}/games](https://xsolla.redocly.app/ru/api/backpack/game/update-game-details.md): Updates game entity details

