Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipiert/gestion_operativa
https://github.com/dipiert/gestion_operativa
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipiert/gestion_operativa
- Owner: Dipiert
- Created: 2022-10-18T03:05:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T01:51:40.000Z (about 2 years ago)
- Last Synced: 2024-11-06T11:00:42.007Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gestion Operativa
## Rationale
This script allows to visualize business conditions from an order.## Features
* It uses multithreading to scale requests to hundreds of order requests.
* It writes a CSV file with the following info:
* Order:
* Order ID
* Item ID
* Product Description (including variations)
* Shipment:
* Shipment ID
* Shipment Status and substatus
* Logistic type
* Shipment destination
* Agency and carrier ID for agencies
* Address for individuals## Links
* https://developers.mercadolibre.com.ar/es_ar/mercadoenvios-modo-2
* https://developers.mercadolibre.com.ar/es_ar/gestiona-ventas## Nice to have / To Do
* Allow parameterization by CLI and/or Configuration file of:
* BASE_URL
* Number of threads
* Order IDs
* Persist logs into files and write errors in files: rotate those logs as per user params.
* Write unit tests :)
* Refactor get_order and get_shipment into a function like 'get_entity_by_id'