promotional bannermobile promotional banner
premium banner
Exports your bags and bank inventory as a semicolon-separated list (itemID:quantity)

Description

# Inventory Exporter

  A lightweight addon that exports your character's inventory and bank contents
  into a compact text format, ready to copy and paste.

  ## How to use

  Type `/ie` in chat to open the export window.

  - If your **bags** are open: exports all items from your bags.
  - If your **bank** is open: exports bags + bank + bank bags automatically.

  The output is auto-selected so you can copy it immediately with **Ctrl+C**.

  ## Output format

  itemID:quantity;itemID:quantity;itemID:quantity;...

  Example:
  210781:50;210782:100;194755:25;

  Items are sorted by ID and duplicates are merged into a single entry with
  the total quantity.

  ## Features

  - `/ie` — open the export window
  - Draggable window, closes with **ESC**
  - Auto-detects bank: open your bank before typing `/ie` to include it
  - Auto-refreshes if the bank is opened or closed while the window is visible
  - No dependencies, no libraries required

  ## Compatibility

  Designed for **The War Within** (11.x). Works with all bag and bank addons
  that use the standard Blizzard container API.