StoreCatalogDisplay command

This command displays all the catalogs for a given store.

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, StoreCatalogDisplay  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

langId
Sets or resets the preferred language for the duration of the session. The supported languages for a store are found in the STORELANG table.
storeId
(Required) The reference number of the store associated with the catalogs.

Example

This example displays a store's catalog list:

http://host_name/webapp/wcs/stores/servlet/StoreCatalogDisplay?
storeId=31&langId=-1

Behavior

This command can be used as the first page of a shopping flow to display the catalogs of a given store, then proceeds to TopCategoriesDisplay, which displays the root categories of a given catalog, then finally to CategoryDisplay, which displays a category within a given catalog. 

Exception Conditions

None