Wowpedia

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

READ MORE

Wowpedia
Advertisement

Needs summary.

ownedAuction = C_AuctionHouse.GetOwnedAuctionInfo(ownedAuctionIndex)

Arguments

ownedAuctionIndex
number

Returns

ownedAuction
structure - OwnedAuctionInfo (nilable)
Key Type Description
auctionID number
itemKey structure ItemKey
itemLink string (nilable)
status Enum.AuctionStatus
quantity number
timeLeftSeconds number
bidAmount number (nilable)
buyoutAmount number (nilable)
bidder string (nilable)
ItemKey
Field Type Description
itemID number
itemLevel number? = 0
itemSuffix number? = 0
battlePetSpeciesID number? = 0
Enum.AuctionStatus
Value Type Description
0
Active
1
Sold

Patch changes

See also

Advertisement