I'd like to import KITS/KITLNKS into the VOLUSION platform.
We have been manually importing CSV files, exported from our own database, into volusion platform. The following files: Products, Kits, Kitlnks, Options, OptionCategories, and Categories
This works, however we need to speed up the process to work faster.
We use the API to export orders to import them into our database, which works great.
So I tried to use the API to import instead of the CSV import. Products, got it to work fine. Kits? Doesn't appear to be a way to import via API. Read online, seems like it's a well know issue.
Emailed support, bounced back.. Chatted with support, and they said it's possible, but that question is beyond the supports scope. So not very helpful, IMO.
They did suggested I use a .SQL and .XSD file to my schema/Generic folder, which I did, and I was able to return the KITS records, but not insert or update them. I think I am missing something to do this. Unfortunately I don't think support is going to help me.
Unfortunately, if I can't get this to function automatically, I will have to switch ecom providers. I am lazy, and hoping someone might be able to help here.
Any help would be appreciated,
Documentation is very hard to find, only examples/help I was able to find here on stackoverflow. Links to some documentation would be helpful as well. Doesn't have to be an API, I wouldn't mind if there was a way to FTP the CSV files and kick off an import of some sort.
Thanks for any help!