Catalog

Use the catalog keyword to load master catalog or sales catalog data into your WebSphere Commerce database.

Previously, you could load this data only in CSV formatted files. You can now load information in a CSV or XML formatted input file. Your input file must contain CSV column or XML element names and definitions that specify the characteristics of the business object type you are loading into your database.

CSV column and XML element definitions

Identifier
(String) The catalog identifier. This field cannot be null in Insert or Replace, and it must be unique. In Delete, either this field or the CatalogUniqueId is required.
CatalogUniqueId
(Integer) The internal unique reference number of the catalog. In Delete, either this field or the Identifier is required.
MasterCatalog
(Boolean) A flag indicating whether the catalog is a master catalog. Set the column value to be true for a master catalog. Set the column value to be false or null for a catalog that is not a master catalog. The default value is false. Any value other than true automatically defaults to false.
Description
(String) An administrative description of this catalog.
LanguageId
(String) The language ID for language-specific fields (Name, ShortDescription, LongDescription, Thumbnail, and FullImage).
Example:
-1
English
-2
French
Name
(String) The language-specific display name of this catalog.
ShortDescription
(String) The language-specific short description of this catalog.
LongDescription
(String) The language-specific long description of this catalog.
Thumbnail
(String) The language-specific thumbnail image path of this catalog. For example, images/G1.jpg.
FullImage
(String) The language-specific full image path of this catalog. For example, images/G1.jpg.
Delete
(String) A flag indicating whether to delete. Specify 1 to delete the row.