Reference > Shop flow URLs > Catalog subsystem URLs > Product sets


ProductSetPublish URL

This URL publishes a product set, or all product sets, to the catalog.

The ProductSetPublish URL does not publish the top-level catalog groups referred to as browsable product sets. Because browsable product sets can be very large, not publishing them improves the performance of contract import and contract deploy commands. If PRODUCTSET.PUBLISHTIME is ZERO_VALUE, the PRODUCTSET can be browsed but it is not published.


URL structure

http:// host_name/path/

The fully qualified name of the WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: The URL starts with the fully qualified name of the WebSphere Commerce Server and the configuration path, followed by the URL name,  ProductSetPublish , and the ? character. End the URL with a list of parameters in the form of name-value pairs. Separate each <a href=name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />


Parameter values

productSetId

Required: Identifies the reference number of an existing product set to be published; "*" indicates that all product sets are to be published.


Example 1

This example publishes product set 1001:

http://host_name/webapp/wcs/stores/servlet/ProductSetPublish?productSetId=1001&URL=LogonForm


Example 2

This example publishes multiple product sets: 1001, 1002, and 1003:

http://host_name/webapp/wcs/stores/servlet/ProductSetPublish?productSetId=1001&productSetId=1002=&productSetId1003
&URL=LogonForm


Example 3

This example publishes all product sets:

http://host_name/webapp/wcs/stores/servlet/ProductSetPublish?productSetId=*&URL=LogonForm

The value of URL can be anything, and does not have to be LogonForm.


Exception conditions

There are no exception conditions.


+

Search Tips   |   Advanced Search