gregmcc
Honorary Master
Has anyone written a script to sync stock between various eCommerce platforms - eBay / Woocommerce / etsy?
There are a few commercial programs to do this but a)I'm too cheap b) Don't sell that much yet.
I've got a custom python script that queries the eBay API for stock levels and makes sure that woocommerce is the same but this only syncs from eBay to WC. Looking to add syncing the other way as well and also sync to etsy.
Not even sure what the best way to do this is - do I keep on running api queries to all platforms every few mins for every item listed to see when the stock changes (ie something sold), or is there a api you can call to tell you when something is sold.
There are a few commercial programs to do this but a)I'm too cheap b) Don't sell that much yet.
I've got a custom python script that queries the eBay API for stock levels and makes sure that woocommerce is the same but this only syncs from eBay to WC. Looking to add syncing the other way as well and also sync to etsy.
Not even sure what the best way to do this is - do I keep on running api queries to all platforms every few mins for every item listed to see when the stock changes (ie something sold), or is there a api you can call to tell you when something is sold.