Module to interact with marketplaces
Project description
marketplace_handler
Package to interact with marketplaces.
Installation
pip
pip install marketplace_handler
poetry
poetry add marketplace_handler
Usage
Wildberries
from marketplace_handler import Wildberries, WbAccount
wb = Wildberries(
account_data=WbAccount(
name="name",
common_token="common_token",
statistic_token="statistic_token",
warehouse_id="warehouse_id",
x_supplier_id="x_supplier_id",
),
mapping_url="mapping_url",
mapping_token="mapping_token",
)
Ozon
from marketplace_handler import Ozon, OzonAccount
ozon = Ozon(
account_data=OzonAccount(
name="name",
api_key="api_key",
client_id="client_id",
warehouse_id="warehouse_id",
),
mapping_url="mapping_url",
mapping_token="mapping_token",
)
Yandex
from marketplace_handler import Yandex, YandexAccount
yandex = Yandex(
account_data=YandexAccount(
name="name",
token="token",
business_id="business_id",
campaign_id="campaign_id",
),
mapping_url="mapping_url",
mapping_token="mapping_token",
)
TEST
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
marketplace_handler-3.0.4.tar.gz
(12.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marketplace_handler-3.0.4.tar.gz.
File metadata
- Download URL: marketplace_handler-3.0.4.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d23cea3060bf93fb6d2858d5021704c7825e329f2a31ed67e268897d69bdd4b6
|
|
| MD5 |
99d27688907cbcc3bcf0b1c27a5c7515
|
|
| BLAKE2b-256 |
a7f3273ef0eb249e97388f08328dac08a1fa885a019ea3192fd1220cf88c9793
|
File details
Details for the file marketplace_handler-3.0.4-py3-none-any.whl.
File metadata
- Download URL: marketplace_handler-3.0.4-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f152cf10a7509aaf243ca558aefccd80959e048b0e8cac85ea2408d8cc976d74
|
|
| MD5 |
a01b245d96bb41c10540e2298498ca60
|
|
| BLAKE2b-256 |
d52cb3cd0d424c26a97fd0bc08103a9c0b9d13cbbfd55fdb1802c7aa72615bf7
|