Reference > Shop flow URLs > Trading subsystem URLs > Auction URLs
ProcessDutchBids URL
Invoked by the WebSphere Commerce scheduler every minute to process pending Dutch bids. 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 invokes the auction monitor to maintain the auctions at the site.
http:// myhostname/webapp/wcs/stores/servlet/ProcessDutchBids
Behavior
- Checks for current auctions in the AUCTION table that have the AUTYPE column set to 'D' (Dutch).
- For each Dutch auction, the command processes any pending bids in the BID table for which the BIDSTATUS column is set to 'A' (active).
Exception Conditions
None.
Related concepts
Related tasks
Related reference