I'm writing a connector for Actinic to sync its orders with Linnworks
Its nearly completed, it syncs and most of the data is sent to the package for processing. Mostly it works just great. I'm stuck on a few things and I need some help regarding any changes in Actinic's database structure since I last wrote a plugin (V9). Mainly, the problems orient around syncing stock back into Actinic.
Limitations in the software mean you can execute a single SQL statement to update the status of stock on a per item basis. The sql can contain the [Product reference]. My question is: how do Actinic maintain stock with this new fangled online system. Is there a single item to update in [Product]?
Are there any fields in permutation tables i need to worry about?
Its nearly completed, it syncs and most of the data is sent to the package for processing. Mostly it works just great. I'm stuck on a few things and I need some help regarding any changes in Actinic's database structure since I last wrote a plugin (V9). Mainly, the problems orient around syncing stock back into Actinic.
Limitations in the software mean you can execute a single SQL statement to update the status of stock on a per item basis. The sql can contain the [Product reference]. My question is: how do Actinic maintain stock with this new fangled online system. Is there a single item to update in [Product]?
Are there any fields in permutation tables i need to worry about?
Comment