Methods and machine readable mediums to enable a fixed price purchase within an online auction environment

Information

  • Patent Grant
  • 7873562
  • Patent Number
    7,873,562
  • Date Filed
    Wednesday, December 20, 2006
    18 years ago
  • Date Issued
    Tuesday, January 18, 2011
    14 years ago
  • Inventors
  • Original Assignees
  • Examiners
    • Subramanian; Narayanswamy
    Agents
    • Schwegman, Lundberg, Woessner, P.A.
Abstract
A method of allowing a seller in an auction facility to offer buyers the option of buying an offering at a pre-auction seller determined price or using a regular auction process. If a buyer is given the option to purchase at the seller determined price and decides to use the regular auction process by submitting a bid, the option to buy the offering at a pre-auction seller determined price is discontinued.
Description
FIELD

The present application relates generally to the field of e-commerce and, more specifically, to a pre-auction seller determined price for an Internet-based auction facility.


BACKGROUND

Many Internet-based auction facilities have developed in the past several years. Through Internet-based auction facilities, potential sellers can enter information about their product or service for potential buyers to bid on. The information submitted by potential sellers is then organized and stored by the Internet-based auction facility. Potential buyers can search through the organized seller information to find products or services they wish to bid on.


Once a buyer locates an item to bid on, the buyer can compete with other buyers for the item by submitting bids during a specified auction time period. At the end of the specified auction time period, the highest bid buyer is notified and the transaction between the seller and the highest bid buyer is facilitated.


While the current Internet-based auction facility works well for some items, there are several disadvantages. For example, many items in an Internet-based auction facility have at most one bid during the specified auction time. An interested buyer must sometimes wait days for an auction to end even though his bid is the only bid received. Also, there are many potential buyers who don't like auction formats.





BRIEF DESCRIPTION OF THE DRAWINGS

The methods and machine readable medium is illustrated by way of example and not limitation in the figures of the accompanying drawings, in which like references indicate similar elements and in which:



FIG. 1 is a block diagram illustrating an exemplary network-based transaction facility in the form of an Internet-based auction facility;



FIG. 2 is a database diagram illustrating an exemplary database for the transaction facility;



FIG. 3 is a flow chart illustrating an exemplary method of receiving offering information from a seller including whether to offer the item at a pre-auction seller determined price;



FIG. 4 is a flow chart illustrating an exemplary method of generating a buyer preferred index page using category preferences or search criteria;



FIGS. 5A and 5B are flow charts illustrating an exemplary method of displaying user interfaces for and conducting an auction facility with an auction purchase process and optionally a fixed-price purchase process;



FIG. 6 illustrates an exemplary seller interface to receive information on seller's offerings;



FIG. 7 illustrates an exemplary buyer interface to facilitate a buyer in locating items to purchase or bid on;



FIG. 8 illustrates an exemplary item list generated in response to buyer's category selection or search criteria provided in the user interface of FIG. 7; and



FIG. 9 illustrates an exemplary buyer interface used to receive buyer information including an indication to use the fixed-price purchase process or the auction purchase process.





DETAILED DESCRIPTION

Methods and machine readable mediums for providing an option to sell and buy at a pre-auction seller determined price in an Internet-based auction facility are described. In the following description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding. Nevertheless, it will be evident, however, to one skilled in the art that the claimed methods and machine readable mediums may be practiced without these specific details.


Terminology

For the purposes of the present specification, the term “transaction” shall be taken to include any communications between two or more entities and shall be construed to include, but not be limited to, commercial transactions including sale and purchase transactions, auctions and the like.


Transaction Facility

An embodiment of an electronic transaction facility is shown in FIGS. 1 and 2.



FIG. 1 is a block diagram illustrating an exemplary network-based transaction facility in the form of an Internet-based auction facility 10. While an exemplary embodiment is described within the context of an auction facility, it will be appreciated by those skilled in the art that the methods and machine readable mediums described herein may find application in many different types of computer-based, and network-based, commerce facilities. It will also be appreciated by those skilled in the art that auction facilities of other architectures may be utilized. The instructions stored in the auction facility (which can be executed by a processor) can be stored on a machine-readable medium including, but not limited to read only memory (ROM), random access memory (RAM), magnetic disk storage media, optical storage media, flash memory devices, or electrical, optical, acoustical or other form of propagated signals.


The auction facility 10 includes one or more of a number of types of front-end servers, namely page servers 12 that deliver web pages (e.g., markup language documents), picture servers 14 that dynamically deliver images to be displayed within Web pages, listing servers 16, CGI servers 18 that provide an intelligent interface to the back-end of auction facility 10, and search servers 20 that handle search requests to the auction facility 10. E-mail servers 21 provide, inter alia, automated e-mail communications to users of the auction facility 10.


The back-end servers include a database engine server 22, a search index server 24 and a credit card database server 26, each of which maintains and facilitates access to a respective database.


The Internet-based auction facility 10 may be accessed by a client program 30, such as a browser (e.g., the Internet Explorer distributed by Microsoft Corp. of Redmond Wash.) that executes on a client machine 32 and accesses the auction facility 10 via a network such as, for example, the Internet 34. Other examples of networks that a client may utilize to access the auction facility 10 include a wide area network (WAN), a local area network (LAN), a wireless network (e.g. a cellular network), or the Plain Old Telephone Service (POTS) (or PSTN) network.


Database Structure


FIG. 2 is a database diagram illustrating an exemplary database 23, maintained by and accessed via the database engine server 22, which at least partially implements and supports the auction facility 10. The database 23 may, in one embodiment, be implemented as a relational database, and includes a number of tables having entries, or records, that are linked by indices and keys. In an alternative embodiment, the database 23 may be implemented as a collection of blocks in an block-oriented database. While FIG. 2 shows one embodiment of a database, it will be appreciated by those skilled in the art that the methods and machine readable mediums described herein may be used with other database structures.


Central to the database 23 is a user table 40, which contains a record for each user of the auction facility 10. A user may operate as a seller, buyer, or both, within auction facility 10. The database 23 also includes item tables 42 that may be linked to the user table 40. Specifically, the item tables 42 include a seller items table 44 and a buyer items table 46. A user record in the user table 40 may be linked to multiple items that are being, or have been auctioned via the auction facility 10. A link indicates whether the user is a seller or a buyer with respect to items for which records exist within the items tables 42. While offerings by the seller are referred to as “items” in the specification, “items” includes any product or service offered by the seller. The database 23 also includes a note table 48 populated with note records that may be linked to one or more item records within the item tables 42 and/or to one or more user records within the user table 40. Each note record within the note table 48 may include, inter alia, a comment, description, history or other information pertaining to an item being auctioned via the auction facility 10 or to a user of the auction facility 10.


A number of other tables are also shown to be linked to the user table 40, namely a user past aliases table 50, a feedback table 52, a bids table 54, an accounts table 56, and an account balances table 58.



FIG. 3 shows a flowchart for an exemplary embodiment of a method to acquire offering information from a seller. The seller issues a listing request (block 100) to the auction facility 10, and the auction facility generates instructions (block 110) offering the seller the option to sell his item using an auction purchase process option and/or a fixed-price purchase process option. After the instructions have been transmitted (block 120), and a page server 12 (see FIG. 1) displays the instructions, the seller decides whether to offer a buyer the chance to buy the offering at a pre-auction seller determined price in a fixed-price purchase process. The seller transmits a purchase process indicator by either an affirmative (block 140) or a negative (block 150). The server can receive and store in note table 48 of database 23 (FIG. 2) this information for later use (block 160). The seller also transmits other offering information, such as a description, picture, reserve price, and contact information to be collected and stored in note table 48 of database 23 (see FIG. 2) (block 160). Optionally, if the seller sends a pre-auction seller determined price that is less than the reserve price he or she sends, the seller can be notified of an error.



FIG. 4 shows a flow chart showing one embodiment of a buyer's interaction with the Internet-based auction facility. The buyer locates the site by inputting the auction facility identifier (block 600) into the client program 30 running on client machine 32 (see FIG. 2) which transmits the auction facility identifier (block 610) through the Internet 34 (See FIG. 1). The Internet-based auction facility receives the transmission and (block 620) a listing server 16 (see FIG. 1) generates a broad list of available categories of items stored in items table 42 (see FIG. 2) for the buyer to select from. The auction facility 10 (block 630) transmits the category list and transmits an interface, which can be presented by a page server 12 (see FIG. 1), to allow the buyer to enter search criteria which may be independent of the category list. The buyer selects a category preference from the category list or generates a search criteria (block 640). The buyer then transmits (block 650) the category preference or search criteria, again, through the Internet 34 (see FIG. 1). Upon receipt of the category preference or search criteria, the auction facility uses a search server 20 (see FIG. 1) to generate an item index page of relevant offerings including visual indicators displayed in respect to items in which the seller is allowing a buyer to buy the item at a pre-auction seller determined price (block 660). The item index page is transmitted to the buyer (block 680). After receiving the item index page (block 670), the buyer generates a request for an item to purchase or bid on. Picture servers 14 (see FIG. 1) can also be used to show the buyer pictures (if available) of the item. The buyer's request is then transmitted (block 200).



FIGS. 5A and 5B show a flow chart illustrating how the client interfaces with the auction facility, located on a first computer system, when a pre-auction seller determined price is an alternative option to bidding. After the facility receives the buyer's request (block 200), decision block 210 decides if there is still time remaining in the item's auction (item requested by the buyer). If a predetermine period of time has passed, the buyer will not be allowed to place a bid or buy at the pre-auction seller determined price. Instead the auction will end and the highest bidder (if there is one) will be determined (block 380). If there is time remaining, then the determination is made in decision block 220 whether a prior bid has been received. If a prior bid has been received, then the pre-auction seller determined price is no longer available to the buyer and the buyer's only option is to bid. If no prior bid has been received, and the item has a pre-auction seller determined price available, a first user interface will be created (block 230). The auction facility 10 will make the typical auction purchase process available through the user interface (block 240) and will make the fixed price purchase process available to the client (block 250). The pre-auction seller determined price is retrieved for the user interface (block 260). The first user interface is converted into a markup language document suitable for viewing by the buyer (block 270). The generated markup language document is then transmitted for viewing by the buyer on a second computer system using page servers 12 on the first computer system (block 280) (see FIG. 1).


If, at decision block 220, it is determined that an initial bid value has been received, a second user interface will be generated (block 390). The typical auction purchase process is then made available through the user interface (block 400). The second user interface is converted into a markup language document suitable for viewing by the buyer (block 270). The generated markup language document is then transmitted to the buyer (block 280).


After the markup language document has been transmitted to the buyer, a determination is made at decision block 420, based on the transmitted markup language document whether the fixed price purchase process is available to the buyer. If the fixed price purchase process is available to the buyer, the buyer then makes a determination at decision block 290 whether to buy the item at the pre-auction seller determined price or whether to bid on the item. If the buyer chooses to purchase the item using the fixed price purchase process, his indication to buy at the pre-auction seller determined price is transmitted to the auction facility.


If the fixed price purchase process is not available to the buyer (as determined in decision block 420) or fixed price purchase process is available, but the buyer chooses not to use the fixed price purchase process, the buyer generates a bid (block 310). The bid is then transmitted to the auction facility (block 320).


Upon receiving a transmission from the buyer, a determination is made at decision block 330 whether the buyer has chosen the fixed price purchase process. If the buyer has chosen the fixed price purchase process, the auction is stopped (block 340) and a transaction is initiated between the buyer and the seller (block 410). Optionally, the auction facility can check the buyer's credit before stopping the auction.


If the buyer has not opted to use the fixed price purchase process, as determined by the auction facility at decision block 330 (either because it wasn't available or he or she preferred to place a bid instead), the bid is received (block 350). Optionally, if the bid is greater than the pre-auction seller determined price (and the fixed price purchase process is still available), the auction facility may invite the buyer to use the fixed price purchase process. Upon receipt of the bid, the fixed price purchase process option is removed (block 360) and a determination is made at decision block 370 to see if there is any time remaining in the auction. If there is time remaining in the auction, bids can be received and processed in the above manner until there is no more time remaining in the auction. However, if there is no more time remaining in the auction, the highest valid bid is determined from the received bids (block 380), and a transaction is initiated between the highest bidder and the seller (block 410).



FIG. 6 provides an exemplary embodiment of the user interface 500 created at block 110 in FIG. 3 to relay offering options to the seller and collect information on the seller's item. The user interface 500 includes a description (513) that describes an exemplary “Buy It Now” feature that provides the seller the option to allow a buyer to buy the item at a pre-auction seller determined price 514.



FIG. 7 provides an exemplary embodiment of the category list 517 and search criteria request generated by object 620 in FIG. 4. A buyer can generate search criteria (block 640) by typing the search criteria (block 516).



FIG. 8 provides an exemplary embodiment of the item index page generated at block 660 in FIG. 4. A possible placement of the fixed-price purchase process availability icon 518 is shown next to the item. Also displayed in the embodiment of the item index page is a list of prices 514 which could either be the current bid or the pre-auction seller determined price if available.



FIG. 9 shows an exemplary embodiment of the markup language document generated at block 270 in FIG. 5A. Regular auction panel 503 is generated (blocks 240 and 400). Fixed price purchase process panel 504 is generated (block 250) in FIG. 5A. The buyer can submit a bid 520 or, depending on the availability of the fixed price purchase process, can start the fixed price purchase process in panel 504.


Thus methods and machine readable mediums have been described. Although the methods and machine readable mediums have been described with reference to specific exemplary embodiments, it will be evident that various modifications and changes may be made to these embodiments without departing from the broader spirit and scope of the methods and machine readable mediums. Accordingly, the specification and drawings are to be regarded in an illustrative rather than a restrictive sense.

Claims
  • 1. A method comprising: receiving, at a first computer system, a request to list an offering to a buyer using an auction purchase process and a fixed-price purchase process;determining, at the first computer system, whether a bid has been received for the offering to the buyer the determining done at least in part through the use of one or more processors; andpresenting, via the first computer system, simultaneously to the buyer, both an auction purchase process option and a fixed-price purchase process option responsive to the determining that the bid has not been received, the auction purchase process option for initiating an auction purchase process for purchase of the offering and the fixed-price purchase process option for initiating a fixed-price purchase process for purchase of the offering.
  • 2. The method of claim 1, responsive to receipt of a fixed price offer from the buyer as part of the fixed-price purchase process, establishing an electronic transaction between the buyer and a seller for purchase of the offering at a fixed price.
  • 3. The method of claim 1, wherein the presenting includes generating a first user interface identifying both the auction purchase process and the fixed-price purchase process to the buyer.
  • 4. The method of claim 3, wherein the first user interface is a markup language document generated at the first computer system, and wherein the presenting includes communicating the markup language document from the first computer system to a second computer system via a network.
  • 5. The method of claim 1, wherein the auction purchase process is presented with an initial bid value and wherein the fixed-price purchase process is presented with a seller determined price.
  • 6. The method of claim 1, further including presenting to a seller a purchase process option to sell the offering by both the auction and the fixed-price purchase processes, and receiving a purchase process indication from the seller responsive to the presentation of the purchase process option.
  • 7. The method of claim 1, further including receiving a bid from the buyer as part of the auction purchase process.
  • 8. The method of claim 7, further including inviting the buyer to use the fixed price purchase process responsive to determining the bid is greater than a pre-auction seller determined price.
  • 9. The method of claim 7, further including removing the presentation of the fixed-price purchase process option responsive to receiving the bid.
  • 10. A tangible machine readable medium storing a set of instructions that, when executed by a machine, cause the machine to: receive a request to list an offering to a buyer using an auction purchase process and a fixed-price purchase process;determine whether a bid has been received for the offering to the buyer; andpresent, simultaneously to the buyer, both an auction purchase process option and a fixed-price purchase process option responsive to the determination that the bid has not been received, the auction purchase process option for initiating an auction purchase process for purchase of the offering and the fixed-price purchase process option for initiating a fixed-price purchase process for purchase of the offering.
  • 11. The tangible machine readable medium of claim 10, responsive to receipt of a fixed price offer from the buyer as part of the fixed-price purchase process, establishing an electronic transaction between the buyer and a seller for purchase of the offering at a fixed price.
RELATED APPLICATIONS

The present application is a continuation of U.S. patent application Ser. No. 09/820,574 filed Mar. 28, 2001 now U.S. Pat. No. 7,340,429, which claims priority from U.S. Provisional Application Ser. No. 60/242,729 filed Oct. 23, 2000, which applications are incorporated herein by reference.

US Referenced Citations (134)
Number Name Date Kind
3573747 Adams et al. Apr 1971 A
3581072 Nymeyer May 1971 A
4412287 Braddock, III Oct 1983 A
4674044 Kalmus et al. Jun 1987 A
4677552 Sibley, Jr. Jun 1987 A
4789928 Fujisaki Dec 1988 A
4799156 Shavit et al. Jan 1989 A
4823265 Nelson Apr 1989 A
4864516 Gaither et al. Sep 1989 A
4903201 Wagner Feb 1990 A
5063507 Lindsey et al. Nov 1991 A
5077665 Silverman et al. Dec 1991 A
5101353 Lupien et al. Mar 1992 A
5136501 Silverman et al. Aug 1992 A
5168446 Wiseman Dec 1992 A
5205200 Wright Apr 1993 A
5243515 Lee Sep 1993 A
5258908 Hartheimer et al. Nov 1993 A
5280422 Moe et al. Jan 1994 A
5297031 Gutterman et al. Mar 1994 A
5297032 Trojan et al. Mar 1994 A
5305200 Hartheimer et al. Apr 1994 A
5325297 Bird et al. Jun 1994 A
5329589 Fraser et al. Jul 1994 A
5375055 Togher et al. Dec 1994 A
5394324 Clearwater Feb 1995 A
5426281 Abecassis Jun 1995 A
5485510 Colbert Jan 1996 A
5553145 Micali Sep 1996 A
5557728 Garrett et al. Sep 1996 A
5596994 Bro Jan 1997 A
5598557 Doner et al. Jan 1997 A
5640569 Miller et al. Jun 1997 A
5657389 Houvener Aug 1997 A
5664115 Fraser Sep 1997 A
5689652 Lupien et al. Nov 1997 A
5694546 Reisman Dec 1997 A
5706457 Dwyer et al. Jan 1998 A
5710889 Clark et al. Jan 1998 A
5715314 Payne et al. Feb 1998 A
5715402 Popolo Feb 1998 A
5717989 Tozzoli et al. Feb 1998 A
5722418 Bro Mar 1998 A
5727165 Ordish et al. Mar 1998 A
5771291 Newton et al. Jun 1998 A
5771380 Tanaka et al. Jun 1998 A
5778178 Arunachalam Jul 1998 A
5790790 Smith et al. Aug 1998 A
5794219 Brown Aug 1998 A
5799285 Klingman Aug 1998 A
5803500 Mossberg Sep 1998 A
5818914 Fujisaki Oct 1998 A
5826244 Huberman Oct 1998 A
5835896 Fisher et al. Nov 1998 A
5845265 Woolston Dec 1998 A
5845266 Lupien et al. Dec 1998 A
5850442 Muftic Dec 1998 A
5872848 Romney et al. Feb 1999 A
5873069 Reuhl et al. Feb 1999 A
5884056 Steele Mar 1999 A
5890138 Godin et al. Mar 1999 A
5905974 Fraser et al. May 1999 A
5905975 Ausubel May 1999 A
5922074 Richard et al. Jul 1999 A
5924072 Havens Jul 1999 A
5926794 Fethe Jul 1999 A
5970470 Walker et al. Oct 1999 A
5974412 Hazlehurst et al. Oct 1999 A
5987500 Arunachalam Nov 1999 A
5991739 Cupps et al. Nov 1999 A
6035402 Vaeth et al. Mar 2000 A
6044363 Mori et al. Mar 2000 A
6047264 Fisher et al. Apr 2000 A
6047274 Johnson Apr 2000 A
6055518 Franklin et al. Apr 2000 A
6058417 Hess et al. May 2000 A
6061448 Smith et al. May 2000 A
6073117 Oyanagi et al. Jun 2000 A
6085176 Woolston Jul 2000 A
6101484 Halbert et al. Aug 2000 A
6104815 Alcorn et al. Aug 2000 A
6119137 Smith et al. Sep 2000 A
6151589 Aggarwal et al. Nov 2000 A
6178408 Copple et al. Jan 2001 B1
6192407 Smith et al. Feb 2001 B1
6202051 Woolston Mar 2001 B1
6212556 Arunachalam Apr 2001 B1
6230146 Alaia et al. May 2001 B1
6243691 Fisher et al. Jun 2001 B1
6249772 Walker et al. Jun 2001 B1
6260024 Shkedy Jul 2001 B1
6536935 Parunak et al. Mar 2003 B2
6598027 Breen et al. Jul 2003 B1
6684196 Mini et al. Jan 2004 B1
7006987 Xie et al. Feb 2006 B1
7099839 Madoff et al. Aug 2006 B2
7099841 Hall et al. Aug 2006 B1
7107227 Bezos et al. Sep 2006 B1
7124107 Pishevar et al. Oct 2006 B1
7124227 Gädeken et al. Oct 2006 B2
7191147 Heene et al. Mar 2007 B2
7340429 Maltzman Mar 2008 B2
7428500 Linden Sep 2008 B1
7461022 Churchill et al. Dec 2008 B1
7593866 Grove et al. Sep 2009 B2
7647267 Burkhardt et al. Jan 2010 B2
7650307 Stuart Jan 2010 B2
20010044767 Madoff et al. Nov 2001 A1
20010049648 Naylor et al. Dec 2001 A1
20020002513 Chiasson Jan 2002 A1
20020026400 Narayan et al. Feb 2002 A1
20020107779 Maltzman Aug 2002 A1
20030004850 Li et al. Jan 2003 A1
20030093355 Issa May 2003 A1
20030187714 Perry Oct 2003 A1
20030204449 Kotas et al. Oct 2003 A1
20040024682 Popovitch Feb 2004 A1
20040254853 Heene et al. Dec 2004 A1
20050027641 Grove et al. Feb 2005 A1
20050273417 Budish Dec 2005 A1
20060015436 Burns et al. Jan 2006 A1
20060190387 Molloy Aug 2006 A1
20060190388 Molloy Aug 2006 A1
20060190389 Molloy Aug 2006 A1
20060190390 Molloy Aug 2006 A1
20060259406 Kemp et al. Nov 2006 A1
20060259409 Burns et al. Nov 2006 A1
20060293994 Stuart Dec 2006 A1
20070015971 Atignal et al. Jan 2007 A1
20070022040 Gordon Jan 2007 A1
20080015971 Maltzman Jan 2008 A1
20080133400 Molloy Jun 2008 A1
20100049622 Grove et al. Feb 2010 A1
20100121733 Stuart et al. May 2010 A1
Foreign Referenced Citations (8)
Number Date Country
2253543 Mar 1997 CA
2658635 Aug 1991 FR
9300266 Feb 1993 NL
WO-9215174 Sep 1992 WO
WO-9517711 Jun 1995 WO
WO-9634356 Oct 1996 WO
WO-9737315 Oct 1997 WO
WO-9963461 Dec 1999 WO
Related Publications (1)
Number Date Country
20070088654 A1 Apr 2007 US
Provisional Applications (1)
Number Date Country
60242729 Oct 2000 US
Continuations (1)
Number Date Country
Parent 09820574 Mar 2001 US
Child 11613318 US