Creating configurable product attribute with magento > 2.4
I wrote an extension to import products from an XML-file. It is working (for now), but I am using a ->save() method on the Class MagentoConfigurableProductModelProductTypeConfigurableAttributeFactory: $attributeModel = $this->configurableAttributeFactory->create(); $attributes = [$attributeId]; foreach ($attributes as $key => $attributeId) { $data… Read More »Creating configurable product attribute with magento > 2.4