C_AuctionHouse.GetItemSearchResultsQuantity

From Warcraft Wiki
Jump to navigation Jump to search

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.