C_AuctionHouse.SearchForItemKeys

From Warcraft Wiki
Jump to navigation Jump to search

Queries the auction house for summary results of up to 100 specific items.

C_AuctionHouse.SearchForItemKeys(itemKeys, sorts)

Arguments

itemKeys
ItemKey[]
Field Type Description
itemID number
itemLevel number? = 0
itemSuffix number? = 0
battlePetSpeciesID number? = 0
sorts
AuctionHouseSortType[]
Field Type Description
sortOrder Enum.AuctionHouseSortOrder?
reverseSort boolean?
Enum.AuctionHouseSortOrder
Value Field Description
0 Price
1 Name
2 Level
3 Bid
4 Buyout
5 TimeRemaining Only works for Owned auctions. Added in 9.0.1

Details

There is a limit of 100 item keys to be searched for at a time. Searching for more than 100 will often cause a disconnect.

Patch changes

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