Wowpedia

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

READ MORE

Wowpedia

Returns how many of the item is available on the auction house.

totalQuantity = C_AuctionHouse.GetItemSearchResultsQuantity(itemKey)

Arguments[]

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

Returns[]

totalQuantity
number

Patch changes[]

Battle for Azeroth Patch 8.3.0 (2020-01-14): Added.