C_AuctionHouse.GetCancelCost

From Warcraft Wiki
Jump to navigation Jump to search

Returns the cost for cancelling a specific owned auction. This is non-zero if it has a bid.

cancelCost = C_AuctionHouse.GetCancelCost(ownedAuctionID)

Arguments

ownedAuctionID
number

Returns

cancelCost
number

Patch changes

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