Xsolla-logo
  • 文档
  • 创建帐户

Get user's Backpack item

get/web/backpack/items/{itemId}

Returns a specified item from the user's Backpack. The item can be a game key, a virtual item and a virtual currency.

Securitybearer
Request
path Parameters
itemId
required
string <uuid>

The unique identifier for the item. Specified when creating item via API call.

Responses
200

The details of a specified item from user's Backpack was seccessfully recieved.

400

Bad request.

404

The specified item isn't found.

500

Internal server error.

Request samples
Response samples
application/json
{
  • "item_id": "string",
  • "item_sku": "string",
  • "item_name": "string",
  • "image_url": "string",
  • "image_proxy_url": "string",
  • "description": "string",
  • "project_id": 0,
  • "merchant_id": 0,
  • "item_type": "game_key",
  • "price": 0,
  • "currency": "USD",
  • "promo_code": "string",
  • "code": "string",
  • "game_name": "string",
  • "external_game_id": "string",
  • "created_at": "string",
  • "item_status": "string",
  • "quantity": 0,
  • "is_external_vc": true,
  • "platform": "steam"
}