Magento - add related products from PHP with Magento API

Can I add related products with the Magento API? If not, is there any other way to add a related product?

+2


a source to share


1 answer


Yes, there is a way that I myself have been playing for a while. Please see this post ( Programmatically Add Bundle Products in Magento Using Simple Items SKU / IDs ) for a starting point on how to proceed.



I used the easy way to add Bundle Products, not using web services. However, I think the latter is still possible.

+2


a source







All Articles