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 your WebSphere Commerce Server and the configuration path
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.