Reference > Shop flow URLs > Order Management subsystem URLs > Order quotation URLs
OrderQuotationDisplay URL
Displays a shopping cart and its associated quotation information.
URL structure
- http:// host/ 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
- orderQuotationRelId
- Specifies the ID of the OrderQuotationRel objects to be checked. The default value of this parameter is "*initial*parent.", an OrderQuotationRel abbreviation specifying all of the OrderQuotationRel objects whose type is "initial" and whose parent is one of the current pending orders for the current user. (OrderQuotationRel abbreviations are described in more detail in the help for Order Management subsystem URLs.) This parameter can be repeated.
- orderQuotationDisplayViewName
- The valid value is the name of a view in the Struts configuration file. The default value is OrderQuotationDisplayView. The name of the view must start with `OrderQuotationDisplay (in order to prevent a malicious user from executing an arbitrary view while still allowing a store developer to define as many views as may be required).
- outOrderQuotationRelIdName
- Specifies the list of name value pairs that should be provided to the View. The values of the name-value pairs are the identifiers of the OrderQuotationRel objects whose parent and child orders should be displayed.
Behavior
- Populates databeans for the specified OrderQuotationRel objects, and the parent and child orders they reference.
- Sets the specified view.
Related concepts
Related reference
Order Management subsystem URLs