Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faustom721/mercadolibre-shopify-sales-sync-agent
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.
https://github.com/faustom721/mercadolibre-shopify-sales-sync-agent
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/faustom721/mercadolibre-shopify-sales-sync-agent
- Owner: faustom721
- Created: 2024-06-13T15:16:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T00:03:34.000Z (3 months ago)
- Last Synced: 2024-09-17T04:24:58.508Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MercadoLibre - Shopify sync agent
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](https://css-store.uy) jobs.
## Features
- Sync sales from MercadoLibre to Shopify orders considering a gap between prices.## Requirements
- Python 3.8+## Installation
1. Clone the repository
2. Install dependencies
```bash
pip install -r requirements.txt
```
3. Create a `.env` file following the `.env.template` template and fill it with your credentials.## Usage
```bash
python main.py
```