ESODecoded

IsItemLinkBound

ESO Lua API function — used by 40 of the 3,030 addons we indexed (combined 5,107,096 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

IsItemLinkBound(string itemLink)

Returns: bool isBound

Real usage — from Loot Log

function LootLog.IsItemLinkTradeable( itemLink )
	if (IsItemLinkBound(itemLink) or IsItemLinkReconstructed(itemLink)) then
		return false

Short excerpt from the shipping addon Loot Logits ESOUI page; the code belongs to its author. Shown because documentation without a working example is half a reference.

Most-downloaded addons using it

AddonTotal downloads
Loot Log1,608,502
Auto Category - Revised1,180,586
LibMultiAccountSets425,740
Group Loot Notifier363,639
LootDrop Reborn192,278
Show TTC Price180,414