Xsolla-logo

Get sellable item by ID

get/v2/project/{project_id}/items/id/{item_id}

Gets a sellable item by its ID.

Request
path Parameters
project_id
required
integer

Project ID.

Example: 59080
item_id
required
string

Item ID.

Example: 259774
Responses
200

The sellable item was successfully received.

404

Item not found. Make sure the project_id and the item_id are correct.

Request samples
Response samples
application/json
{
  • "item_id": 259774,
  • "sku": "electric_shield",
  • "type": "virtual_good",
  • "name": "Electric shield",
  • "description": "Electric shield",
  • "price": {
    },
  • "virtual_prices": [],
  • "can_be_bought": true,
  • "attributes": [ ],
  • "is_free": false,
  • "groups": [
    ],
  • "virtual_item_type": "non_consumable",
  • "inventory_options": {
    },
  • "limits": {
    }
}