CatalogEntryCalculationCode

Use the CatalogEntryCalculationCode keyword to load catalog entry calculation codes into your WebSphere Commerce database. There are calculation codes for different usages; the provided calculation code usages discount, shipping, sales tax, shipping tax, coupon, surcharge, and shipping adjustment.

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 unique part number of the catalog entry. 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. Either this field or the PartNumber is required.
DiscountCalculationCode
(String) The catalog entry discount calculation code.
DiscountCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry discount calculation code.
ShippingCalculationCode
(String) The catalog entry shipping calculation code.
ShippingCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry shipping calculation code.
SalesTaxCalculationCode
(String) The catalog entry sales tax calculation code.
SalesTaxCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry sales tax calculation code.
ShippingTaxCalculationCode
(String) The catalog entry shipping tax calculation code.
ShippingTaxCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry shipping tax calculation code.
CouponCalculationCode
(String) The catalog entry coupon calculation code.
CouponCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry coupon calculation code.
SurchargeCalculationCode
(String) The catalog entry surcharge calculation code.
SurchargeCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry surcharge calculation code.
ShippingAdjustmentCalculationCode
(String) The catalog entry shipping adjustment calculation code.
ShippingAdjustmentCalculationCodeUniqueId
(Integer) The unique reference number of the catalog entry shipping adjustment calculation code.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.