Set prices


$product->setAttributeValue('c_recupel', new Magento2ProductWeeeTax($aboProduct['Recupel']));

Set inventory

Add product image


$magentoProductImage = $this->sendImageToMagento(BP . '/productimage.png');
$magentoProductImage->position = 2;
$magentoProductImages[] = $magentoProductImage;
$magentoProduct->setAttributeValue('image', $magentoProductImage->imageFile);
$magentoProduct->setAttributeValue('small_image', $magentoProductImage->imageFile);
$magentoProduct->setAttributeValue('thumbnail', $magentoProductImage->imageFile);

Link between products


$product->addLink('12580', Magento2ProductLinkType::Related(), 15);


$product->clearLinks();

Need more information?

As our platform is always evolving and is full customizable, it is not possible to provide all information here. Don't hesitate to reach out to our team if you have any questions or want more information about certain topics.