SKUDefiningAttributeValue

Use the SKUDefiningAttributeValue keyword to load an attribute value for SKUs for non-attribute dictionary attributes into your HCL 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

PartNumber
(String) The part number of the catalog entry (SKU). Either this field or the CatalogEntryUniqueId is required. The part number for a catalog entry displays in Management Center as the value for the catalog entry Code property.
CatalogEntryUniqueId
(Integer) The internal unique reference number of the catalog entry (SKU). Either this field or the PartNumber is required.
AttributeUniqueId
(Integer) The unique reference number of the attribute.
Name
(String) The name of this attribute. This field is language sensitive.
Value
(String|Integer|Float) The value of the attribute.
Delete
(String) Indicates whether to delete. If you are performing a delete operation, specify this column. A value of "1" indicates that the row is to be deleted.