Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetAuctionItemInfo
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Returns === :;name :: (string) the name of the item :;texture :: (string) the name of the texture of the item :;count :: (number) the amount of items in the auction item, zero if item is "sold" in the "owner" auctions :;quality :: (number) an index into the [[API ITEM_QUALITY_COLORS|ITEM_QUALITY_COLORS]] array :;canUse :: (boolean) true if the user can use the item, false if not :;level :: (number) the level required to use the item :;levelColHeader :: unknown :;minBid :: (number) the starting bid price :;minIncrement :: (number) the minimum amount of item at which to put the next bid :;buyoutPrice :: (number) zero if no buy out, otherwise it contains the buyout price of the auction item :;bidAmount :: (number) the current highest bid, zero if no one has bid yet :;highBidder :: (boolean) true if the current player is the highest bidder, otherwise nil :;bidderFullName :: (string) the full name of the highest bidder if in the same [[Connected Realm]], otherwise nil (added 5.4.0) :;owner :: the player that is selling the item :;ownerFullName :: (string) the full name of the owner if in the same [[Connected Realm]], otherwise nil (added 5.4.0) :;saleStatus :: 1 for sold 0 for unsold :;itemId :: (number) the item id :;hasAllInfo :: (boolean) true if all infos where retrieved
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Close
Loading editor…