AutoBidDelete command

Allows customers to withdraw autobids they have submitted for Open Cry auctions.

Command structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path

Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, AutoBidDelete  and the ? character. End the command with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

autobid_id
The autobid reference numbers to be deleted
URL
The URL that is called when the command successfully completes

Example

This example deletes autobid 6759:

https://myhostname/webapp/wcs/stores/servlet/AutoBidDelete?autobid_id=6759
   &URL=ShopperBidListView&status=C

Behavior

For each autobid reference number listed, this command does the following:

Exception Conditions