* are configurable for this product
*/
product.setConfigurableAttributesData(new LinkedList<ConfigurableAttributeData>());
// the attribute SIZE
ConfigurableAttributeData cnfgAttributeSize = new ConfigurableAttributeData();
cnfgAttributeSize.setAttributeId(126);
cnfgAttributeSize.setAttributeCode("size");
// the attribute COLOR
ConfigurableAttributeData cnfgAttributeColor = new ConfigurableAttributeData();
cnfgAttributeColor.setAttributeId(83);
cnfgAttributeColor.setAttributeCode("color");
// add the conf attr data to the product
product.getConfigurableAttributesData().add(cnfgAttributeSize);
product.getConfigurableAttributesData().add(cnfgAttributeColor);