Wowpedia

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

READ MORE

Wowpedia
Advertisement

Needs summary.

ownedAuctions = C_AuctionHouse.GetOwnedAuctions()

Returns[]

ownedAuctions
OwnedAuctionInfo[]
Field Type Description
auctionID number
itemKey ItemKey
itemLink string?
status Enum.AuctionStatus
quantity number
timeLeftSeconds number?
timeLeft Enum.AuctionHouseTimeLeftBand?
bidAmount number?
buyoutAmount number?
bidder string?
ItemKey
Field Type Description
itemID number
itemLevel number? = 0
itemSuffix number? = 0
battlePetSpeciesID number? = 0
Enum.AuctionStatus
Value Field Description
0 Active
1 Sold
Enum.AuctionHouseTimeLeftBand
Value Field Description
0 Short 30 minutes
1 Medium 2 hours
2 Long 12 hours
3 VeryLong 2 days

Patch changes[]

Shadowlands Patch 9.2.5 (2022-05-31): Added.


Advertisement