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 your WebSphere Commerce Server and the configuration path.
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&productSetId=1003
&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.