
Originally Posted by
capybara74
I don't think it makes a whole lot of sense to attempt to sync Zen Cart with Ebay without introducing a third man (in gonewild's case, AuctionBlox). Syncing zen cart with Ebay, without an inventory management system in the middle opens you up to all sorts of dirty-read issues.
Best to have Zen Cart and Ebay trigger incremental updates to the stock management system, and then every time the stock management system changes, it broadcasts the results back to its "client" programs.
Any attempt to sync stock levels and/or orders requires a certain amount of ruthlessness when it comes to assigning SKUs.
May I ask what operating system you're using? If you happen to be using a fairly recent Linux kernel, there's a handy tool for synchronizing file system changes (each mysql table has specific files associated with it!) with programs (like api calls to Ebay and/or Amazon).