> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lolboost.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Item events

> Item webhook payloads.

# Item events

## item.created

```json theme={null}
{
  "event": "item.created",
  "external_id": "item-123",
  "lolboost_item_id": 55,
  "created_at": "2026-06-19 15:30:00"
}
```

## item.sold

```json theme={null}
{
  "event": "item.sold",
  "external_id": "item-123",
  "lolboost_item_id": 55,
  "quantity": 1,
  "sold_at": "2026-06-19 15:30:00"
}
```

## item.archived

```json theme={null}
{
  "event": "item.archived",
  "external_id": "item-123",
  "lolboost_item_id": 55,
  "archived_at": "2026-06-19 15:30:00"
}
```
