CatalogGroupCalculationCode

Use the CatalogGroupCalculationCode keyword to load category calculation code information 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

GroupIdentifier
(String) The category identifier. Either this field or the GroupUniqueId is required.
GroupUniqueId
(Integer) The internal unique reference number of the category. Either this field or the GroupIdentifier is required.
DiscountCalculationCode
(String) The category discount calculation code.
DiscountCalculationCodeUniqueId
(Integer) The unique reference number of the category discount calculation code.
ShippingCalculationCode
(String) The category shipping calculation code.
ShippingCalculationCodeUniqueId
(Integer) The unique reference number of the category shipping calculation code.
SalesTaxCalculationCode
(String) The category sales tax calculation code.
SalesTaxCalculationCodeUniqueId
(Integer) The unique reference number of the category sales tax calculation code.
ShippingTaxCalculationCode
(String) The category shipping tax calculation code.
ShippingTaxCalculationCodeUniqueId
(Integer) The unique reference number of the category shipping tax calculation code.
CouponCalculationCode
(String) The category coupon calculation code
CouponCalculationCodeUniqueId
(Integer) The unique reference number of the category coupon calculation code.
SurchargeCalculationCode
(String) The category surcharge calculation code.
SurchargeCalculationCodeUniqueId
(Integer) The unique reference number of the category surcharge calculation code.
ShippingAdjustmentCalculationCode
(String) The category shipping adjustment calculation code.
ShippingAdjustmentCalculationCodeUniqueId
(Integer) The unique reference number of the category shipping adjustment calculation code.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.