Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:API GetAuctionItemInfo
(section)
Jump to navigation
Jump to search
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!
== Parameters == === Arguments === :;type :: String - One of the following: :::*"list" - An item up for auction, the "Browse" tab in the dialog. :::*"bidder" - An item the player has bid on, the "Bids" tab in the dialog. :::*"owner" - An item the player has up for auction, the "Auctions" tab in the dialog. :;index :: Integer - The index of the item in the list to retrieve info from (normally 1-50, inclusive) === 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)