How to add simpler products to custom products using the magento API

How can I just add new simple products gradually to custom products?

or do I still need to first restore the 2 original arrays of the predefined configurable product (getConfigurableAttributesData and getConfigurableProductsData), add new arrays and install them again? Did it work for my business like it did the first time?

And if a new simple product owns new attribute / attribute parameters, do I also need to create / edit the attribute first before adding?

Thanks in advance!

+3
source share
1 answer

The API in its current form is not able to do this.

Your options:

  • API. ( )
  • Magento , Mage.php.
  • SQL script, API.
  • - (, )

, , SKU, BASECODE-SIZE-COLOR, SQL , Magento.

, , , . , :

http://www.ayasoftware.com/

( , SQL), , . , , , , SKU.

, , , -, , i, e. , .

0

Source: https://habr.com/ru/post/1764703/


All Articles