Reference > Shop flow URLs > Trading subsystem URLs > Auction URLs
FinalizeAuction URL
Invoked by the scheduler to retrieve all auctions with a status of Bidding Closed and determine the winners of Open Cry and Sealed Bid auctions. This URL is called by scheduler. No display page will return.
Invoked by the scheduler to retrieve all auctions with a status of Bidding Closed and determine the winners of Open Cry and Sealed Bid auctions. This URL is called by scheduler. No display page will return.
URL structure
- http:// host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
Parameter values
None.
Example
This example finalizes all auctions for which bidding has closed:
http://myhostname/webapp/wcs/stores/servlet/FinalizeAuction
Behavior
- Retrieves all auctions with a status of Bidding Closed and lockflag set to 1.
- Determines the winners for Open Cry and Sealed Bid auctions.
- Changes the auction status to Settlement Closed.
Exception Conditions
None.
Related concepts
Related tasks
Related reference