Syncronization agent from Mercadolibre sales to Shopify store considering invoicing gap between two platforms because of commissions, taxes, shipping fees, promotion campaigns, or just different pricing. Aiming to mantain main sales tracking in Shopify.
It's aimed to run as a cron job once a day in my homelab server dedicated to CSS Store jobs.
- Sync sales from MercadoLibre to Shopify orders considering a gap between prices.
- Python 3.8+
- Clone the repository
- Install dependencies
pip install -r requirements.txt
- Create a
.env
file following the.env.template
template and fill it with your credentials.
python main.py