Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns more details about an item from its item key, including its name.

itemKeyInfo = C_AuctionHouse.GetItemKeyInfo(itemKey [, restrictQualityToFilter])

Arguments[]

itemKey
ItemKey
Field Type Description
itemID number
itemLevel number? = 0
itemSuffix number? = 0
battlePetSpeciesID number? = 0
restrictQualityToFilter
boolean? = false

Returns[]

itemKeyInfo
ItemKeyInfo?
Field Type Description
itemID number Added in 9.2.7
battlePetSpeciesID number Added in 9.2.7
itemName string
battlePetLink string?
appearanceLink string?
quality Enum.ItemQuality🔗
iconFileID number
isPet boolean
isCommodity boolean
isEquipment boolean

Patch changes[]

Battle for Azeroth Hotfix (2020-02-27): Added appearanceLink return value[1] (Build: 33528)
Battle for Azeroth Patch 8.3.0 (2020-01-14): Added.

References[]

 
  1. ^ 2020-02-27, AuctionHouseDocumentation.lua, version 8.3.0.33528, near line 1316, archived at Townlong-Yak


Advertisement