CloseBidding URL
Closes the auction for all bids.
URL structure
- http:// host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path
Parameter values
- auctid
- (Required) The auction ID number to be changed to a status of Bidding Closed. This parameter can be repeated.
Example
This example closes the bidding for auction 200122:
http://myhostname/webapp/wcs/stores/servlet/CloseBidding?auctid=200122
Behavior
- Calls the AuctionAccessBean to check if the auction reference numbers are valid and the auctions are current. Sets the auction status to 'BC' for Bidding Closed in the AUSTATUS column of the AUCTION table.
Exception Conditions
- If a problem occurs with the product inventory, throws _ERR_TOOLS_AUCTION_INV_CHANGE.
- If the closing type is invalid, throws _ERR_TOOLS_AUCTION_INVALID_RULETYPE.
- If an unknown error condition occurs, throws _ERR_TOOLS_AUCTION_MSG_NOT_HANDLE.
Related concepts
AuctionsRelated tasks
Enabling auctionsRelated reference
AutoBidCreateForm URL
AutoBidSubmit URL
AutoBidUpdateForm URL
AutoBidDelete URL
BidCreateForm URL
BidDelete URL
BidSubmit URL
BidUpdateForm URL
DeleteMail URL
DisplayAuctionRules URL
DisplayMessage URL
DisplayAuctionItem URL
DoAuctionNotify URL
FinalizeAuction URL
GalleryDelete URL
ModifyForumMessageList URL
MonitorAuctions URL
ProcessAutoBids URL
ProcessDutchBids URL
ProcessOpenCryBids URL
ShopperCreateForumMessage URL
UpdateGallery URL
CompleteOrder URL
Trading subsystem URLs