Inspect.Auction.Detail

Provides detailed information about auctions.

Usage:

Interaction category: auction

detail = Inspect.Auction.Detail(auction)
details = Inspect.Auction.Detail(auctions)
ParameterTypeDatatypeDescription
auctionparameterauctionAn identifier for the auction to retrieve detail for.
auctionsparametertableA table containing auction identifiers to retrieve details for. The value is the sort order.
detailresulttableDetail table for a single auction.
detailsresulttableDetail tables for all requested auctions. The key is the auction ID, the value is the auction's detail table.
members
bid The current bid on this auction, in silver.
bidder Current high bidder on this auction. Available only if your current character is the bidder or the seller.
buyout The buyout amount for this auction, in silver.
id The ID of the requested element.
item ID of the item involved in the auction.
itemStack The size of this item stack.
itemType The item's type specifier.
seller The name of the auction's seller.
time Time remaining in the auction, as a string. Either "short", "medium", or "long".