No project description provided
Project description
Sellix Python SDK
Introduction
Sellix public API for developers to access merchant resources
Requirements
- python ^3.7
Installation
Install the package through pip.
python3 -m pip install sellix-python-sdk
Usage
from sellix import Sellix
# pass <MERCHANT_NAME> only if you need to be authenticated as an additional store
client = Sellix("<YOUR_API_KEY>", "<MERCHANT_NAME>")
try:
products = client.get_products()
except Sellix.SellixException as e:
print(e)
Documentation
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
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 sellix-python-sdk-1.0.9.1.tar.gz.
File metadata
- Download URL: sellix-python-sdk-1.0.9.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d2fc692475b5acc74afabc77e6536220a07555e2e5cba5b7713472572feca98
|
|
| MD5 |
eed19729e397dacf892f2bdabf31e9fc
|
|
| BLAKE2b-256 |
cc7b1901690ec395279b65d89286a7d364caa5ffdb1217ac957914d63e5feb17
|
File details
Details for the file sellix_python_sdk-1.0.9.1-py3-none-any.whl.
File metadata
- Download URL: sellix_python_sdk-1.0.9.1-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c7fc4b6a6dab95086534b7d11bffbb1d195ba958186b1ab924cdb99386d08a9
|
|
| MD5 |
041d51f065e3402652a45fe637da32bb
|
|
| BLAKE2b-256 |
5d9e4edce67d2f079d3414d7835d38818fbd6e5f188a0bebfb4af56dd3a97935
|