Loading the catalog

In WebSphere Commerce you can create a catalog either by using the Product Management tools in the WebSphere Commerce Accelerator, or by using the loading utilities to mass load the catalog. Usually, a catalog is mass loaded and then maintained by using the Product Management tools.

 

Create catalog data in XML format

Use the sample catalog as a base to learn how to create your store's catalog. Review the comments in the XML files for information about which database tables are populated and the relationships between the data. For background and additional directions on how to create catalog assets, see Catalog assets.

 

Create catalog data in CSV format

If catalog data is provided in the form of text delimited data, several steps are necessary to load CSV data to the WebSphere Commerce database.

  1. Cleanse the CSV data.

  2. Transform the CSV data to generic XML data.

  3. Generate a DTD for the WebSphere Commerce Server database.

  4. Transform the generic XML data to WebSphere Commerce XML data.

  5. Resolve the identifiers in the XML document.

  6. Load the data into the WebSphere Commerce Server database.

For more information refer to the following resources:

If you load the sample data from this sample application to a consumer direct store, set inventory levels before you can order the example products from your store. The sample also contains some ATP specific data which is not required in the consumer direct store; if you use the sample as a base you can remove references to ATP specific tables such as ITEMVERSN, VERSIONSPC, DISTARRANG and STOREITEM.

Related concepts

Related tasks