importing customers
Posted: Wed Oct 28, 2015 11:09 am
I’m trying to solve this problem: I have a customer list from another e-commerce app and need to import the customer data into GOLD. While it looks trivial to do direct database access (handful of user tables + ac_Addresses, possibly wishlists, etc.), I was wondering if there is a safe means to do this through some api calls? If not, is there a recommended approach? I would certainly need some sort of API function to correctly store a password in the ac_UserPasswords table).
I'm thinking of a console app (run once) that would read through each customer, add the customer info (ac_User), passwords (ac_UserPasswords), groups (ac_UserGroups) , addresses (ac_Addresses).
Any suggestions or guidance you can provide?
I'm thinking of a console app (run once) that would read through each customer, add the customer info (ac_User), passwords (ac_UserPasswords), groups (ac_UserGroups) , addresses (ac_Addresses).
Any suggestions or guidance you can provide?