Imports to Litium
Litium Connect ERP APIs supports importing Products, Customers and organizations, Prices including customer specific prices and Stock balances to Litium.
Make a Process overview.
1. Connect app registers for ImportFinished webhook
2. Connect app sends import request
3. Connect API sends import to Litium
4. Litium does the import
5. Connect notifies that the import is done via webhook
6. Connect app gets Import-report

This section explains how to import prices to Litium from an ERP system.
This section explains how to import customer specific price lists to Litium from the ERP system.
This section explains how to import customers to Litium from ERP system.
Litium 7.6 is required
This section explains how to import products and variants from the ERP system to Litium.
This feature is available from Litium 7.6
Imports from the ERP system is done by sending json data to the connect API endpoint.
This demo sample code will try to get all taxclasses that does not have Id and then generate a unique id for those.