SKUDefiningAttributeValue
Use the SKUDefiningAttributeValue keyword to load an attribute value for SKUs for non-attribute dictionary attributes into the WebSphere Commerce database.Previously, you could load this data only in CSV formatted files. We 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 we are loading into the 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 we are performing a delete operation, specify this column. A value of "1" indicates that the row is to be deleted.