Hello!
I need to do ERP integration to sync products (simple,configurable) and categories.
In Magento 1 I use http://avstudnitz.github.io/AvS_FastSimpleImport/ for product/category tree import. For Magento 2 I found https://github.com/firegento/FireGento_FastSimpleImport2 but seems like it does not provide configurable products and product/category linking. Maybe there is some tool like in M1 that extends Import/Export module functionality with PHP endpoints ? Or I need to create my own import module based on M2 import/export ? @akent99