Оболочка/wrapper для разных АПИ на Python3
Здравствуйте.
Есть скрипты по работе с АПИ разных торговых площадок: сайт opencart3, ebay, backmarket, refurbed(limited), rakuten, amazon.
Почти все они имеют функции(там где какой-то нет - нужно добавить):
- Create_Product
- Check_Product
- Create_Listing
- Check_Listing
- Sync_Products (by EAN (eBay, Amazon) or PRODUCT_ID (Refurbed, BackMarket) or SKU (OpenCart))
- Sync_Listings (чтобы убедиться, что все загружены одинаково)
- Get_Product_Information (когда товар уже размещен)
- Edit Qty x Price(обновление цены и наличия)
- Get_Orders (bill_to & ship_to & product (sku + description + text) = в одном формате со всех маркетплейсов)
- Publish Tracking Number(добавить трекинг к инфо о заказе(где возможно).
Задача:
Разработать оболочку/wrapper для выполнения вышеуказанных действий с одного скрипта на всех маркетплейсах. Привести формат CSV для действия с товарами к единому шаблону.
Интерфейс не нужен - только выполнение с терминала на чистом Линукс(декстоп).
То, что явно отсутствует и нужно добавить:
1) eBay - добавить SOAP, есть на Гит. (REST API уже есть)
2) PAYPAL API Restful (заказы OpenCart нужно как-то отмечать)
- чтобы получить всю информацию о заказах, но уметь легко отделить их от OPENCART
3) СОЗДАТЬ ОТДЕЛЬНЫЙ ФАЙЛ ДЛЯ КАТЕГОРИИ (ID-NAME) + НЕОБХОДИМЫЕ ПОЛЯ СО ВСЕМИ ВОЗМОЖНЫМИ ПОЛЯМИ И ТИПАМИ (BOL, INT, STRING, ...)
ebay_attributes.py
categories_keys= {
'laptop': ['18223', laptop.json],
'laptop_apple': ['23323', laptop_apple.json],
}
laptop.json
attributes= {
'laptop': {
'CPU': ['i5-8250U', 'i5-8350U', .... ],
'HDD': ['250GB', '320GB', .... ],
}
}
laptop_apple.json
attributes= {
'laptop_apple': {
'CPU': ['i5-8250U', 'i5-8350U', .... ],
'HDD': ['250GB', '320GB', .... ],
}
}
=== для каждого маркетплейса есть набор папок/файлов, туда нужно добавить marketplace_attributes.py и список файлов с полями как json. ===
CATEGORIES_ATTRIBUTES:
1 единый файл CSV для загрузки и создания продуктов/предложений со всеми обязательными полями.
4) ОШИБКИ - есть не во всех маркетплейсах.
- пропустить и продолжать выполнять.
- отдельный файл с указанием, в чем ошибка, что не так или что отсутствует (для каждого элемента/строки/поля).
В качестве БД используются файлы .pickle , реляционное хранение не предлагайте.
Current freelance projects in the category Python
Development of software for managing iPhone via USB cable from PC
223 USD
A program needs to be developed for Windows that allows connecting a jailbroken iPhone via USB cable and controlling it from a computer. Main functionality: Connecting the iPhone via USB. The program should quickly recognize the connected iPhone and operate through the cable… C & C++, Python ∙ 20 hours 51 minutes back ∙ 14 proposals |
BuzzPost automation for Facebook in IsraelThe project already exists and it works - the task is to solve the issue of Facebook restrictions when the number of posts per hour exceeds 3-4 (from 7 AM to 12 AM), client accounts are restricted by Facebook. Website - https://buzzpost.co.il/ Also, look for loopholes in the… Python, Customer Support ∙ 1 day 17 hours back ∙ 12 proposals |
AI Commenting Platform for TikTok and Instagram.Project Goal Develop a system that allows managing a large number of TikTok and Instagram accounts and automatically posting relevant comments under selected videos using AI. Main Functionality1. Account Management It is necessary to implement the ability to connect accounts:… AI & Machine Learning, Python ∙ 5 days 19 hours back ∙ 23 proposals |
Build a customer classification model1. There is client data in Mongo/SQL (approximately 20,000 entries with raw data). 2. It is necessary to build features and a classification model of clients into behavioral groups based on this data. 3. The project should be completed in Python. AI & Machine Learning, Python ∙ 7 days 13 hours back ∙ 46 proposals |
IT Automation of VAT Reporting
223 USD
It is necessary to develop a system for automating the transfer of sales data from the CRM to the accounting system Wafeq. The system should import bank and payment reports, automatically reconcile payments with invoices, generate invoices for VAT reporting, and minimize manual… AI & Machine Learning, Python ∙ 7 days 19 hours back ∙ 52 proposals |