Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the item link for a merchant item.

link = GetMerchantItemLink(index)

Arguments[]

index
number - The index of the item in the merchant's inventory

Returns[]

itemLink
string? - returns a string that will show as a clickable link to the item

Example[]

Show item link will appear in the default chat frame.

DEFAULT_CHAT_FRAME:AddMessage(GetMerchantItemLink(4));
Advertisement