Bid

Bid

Bid

Overview

A bid placed on an auction by a User, which is attached to a listing.
To determine the current (or winning) bid of an auction listing, retrieve the Bid where outbid is set to 0 (false).

Fields

Field
Visibility
Type
Description
bidder_username
public
int
The username of the User who placed the bid.
amount
public
float

outbid
public
boolean
The (current) winning bid will be set to 0 (false), all other bids will have outbid set to 1 (true).
created_at
public
time

Associations

This resource has no associations.

Methods

This resource has no methods.
    • Related Articles

    • Listing

      Listing Overview Listings on Hip eCommerce are items for sale. Each Listing is associated with a User, and with a Store (Users own Stores). Hip eCommerce Listings have a creation date, and are either auctions which last 1 to 10 days (selected by the ...