ESODecoded

GetItemLinkInfo

ESO Lua API function — used by 132 of the 3,030 addons we indexed (combined 43,245,810 downloads). Signature from the official ESOUIDocumentation.txt, API version 101050.

Official signature

GetItemLinkInfo(string itemLink)

Returns: string icon, integer sellPrice, bool meetsUsageRequirement, equipType, integer itemStyleId

Real usage — from Dolgubon's Lazy Writ Crafter

                totalSealed = totalSealed + 1
                local icon = GetItemLinkInfo(GetItemLink(bankNum, i))
                local craft = masterWritTextures[icon]

Short excerpt from the shipping addon Dolgubon's Lazy Writ Crafterits 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
Dolgubon's Lazy Writ Crafter9,498,314
CraftStore5,176,147
Master Merchant 3.03,883,523
Inventory Insight2,763,446
WritWorthy2,484,332
LibCharacterKnowledge1,771,857