techdivision / import-product

This library provides the basic function for the Magento 2 product import. This includes the import of simple products, their assignment to web pages and categories as well as the updating of the stock (not MSI) and the dynamic processing of the EAV attributes assigned to the product.
https://pacemaker.techdivision.com
MIT License
6 stars 12 forks source link

Fix associated_skus without qty #147

Closed sippsolutions closed 4 years ago

sippsolutions commented 4 years ago

Example for field associated_sku is "ABCD=0.0000,ABCDE=1.0000". Plain Magento can also work with "ABCD,ABCDE", assuming 0 as qty, which will not work with M2IF atm.