> ## 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.

# Top Up JSON Import

> Bulk upload and edit top up offers from the Seller Area.

Open **Seller Area → Import Top Ups**. Create an import, load JSON, select any active top up game from the database, edit all fields in the spreadsheet, save, then import all rows.

Prices are integers in cents, for example `999` means `€9.99`.

```json theme={null}
{
  "topups": [
    {
      "external_id": "TOPUP-001",
      "game": "mobile-legends",
      "game_name": "Mobile Legends",
      "service_label": "Top Ups",
      "offer_key": "1000-diamonds",
      "offer_title": "1000 Diamonds",
      "offer_amount": 1000,
      "offer_unit": "Diamonds",
      "region": "Global",
      "platform": "Mobile",
      "price": 999,
      "currency": "EUR",
      "stock": 999,
      "min_quantity": 1,
      "waiting_time_value": 10,
      "waiting_time_unit": "minutes",
      "instructions": "Enter the required account details during checkout.",
      "image": "https://example.com/topup.webp",
      "active": 1,
      "status": "listed"
    }
  ]
}
```

`external_id`, `offer_title` or `title`, and `price` are required. Enable **Update existing** to update a top up with the same seller and `external_id`.
