ProcessOpenCryBids URL
Invoked by the WebSphere Commerce scheduler every minute to process pending open cry bids. 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 invokes the auction monitor to maintain the auctions at the site.
http:// myhostname/webapp/wcs/stores/servlet/ProcessOpenCryBids
Behavior
- Checks for current auctions in the AUCTION table that have the AUTYPE column set to 'O' (Open cry).
- For each open cry auction, the command processes any pending bids in the BIDS table for which the BIDSTATUS column is set to 'A' (active).
Exception Conditions
None.
Related concepts
AuctionsRelated tasks
Enabling auctionsRelated reference
AutoBidCreateForm URL
AutoBidSubmit URL
AutoBidUpdateForm URL
AutoBidDelete URL
BidCreateForm URL
BidDelete URL
BidSubmit URL
BidUpdateForm URL
CloseBidding URL
DeleteMail URL
DisplayAuctionRules URL
DisplayMessage URL
DisplayAuctionItem URL
DoAuctionNotify URL
FinalizeAuction URL
GalleryDelete URL
ModifyForumMessageList URL
MonitorAuctions URL
ProcessAutoBids URL
ProcessDutchBids URL
ShopperCreateForumMessage URL
UpdateGallery URL
CompleteOrder URL
Trading subsystem URLs