Heureka API client for service overene zákazníkmi
Project description
Heureka 'Overené zákazníkmi' Python module
Heureka Overené zákazníkmi (ShopCertification) service API implementation for Python
Usage
Import class heureka_overene.ShopCertification using your API key for login.
Basic usagle of ShopCertification
from heureka_overene import ShopCertification, HeurekaService
# Slovak shop initialization
shop_certification = ShopCertification(api_key='Your API key', email='Your email', service=HeurekaService.SK)
# Czech shop initialization
shop_certification = ShopCertification(api_key='Your API key', email='Your email', service=HeurekaService.CZ)
# log order
certification.log_order()
Set the customer order ID (only integers are allowed):
certification.order_id = 12345
Add products id from the customer order. (Use DIs which you use in ITEM_ID field of the Heureka XML feed)
certification.add_product_id('PROD-124')
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 heureka_overene-0.0.2.tar.gz.
File metadata
- Download URL: heureka_overene-0.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6471dbef9bb36243b31e4ee9c3bfe7ed644981d1dbae2ec1a50915aa01cdaf1b
|
|
| MD5 |
03b31a8035a178b29be3714ca0ee1bbd
|
|
| BLAKE2b-256 |
04a6ad63283d75dd68ad1bd759ef972634f1b298d922f438abc0fe33819c6a17
|
File details
Details for the file heureka_overene-0.0.2-py3-none-any.whl.
File metadata
- Download URL: heureka_overene-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67fbebee455aa3e1cc6acbd98f21253011d4d176e9c285ded2052a7e94b2504c
|
|
| MD5 |
43706c26390a4d7fc9f06bb4fad13131
|
|
| BLAKE2b-256 |
13d3d037f1801a74677ab7911478eb794e6954d68355b7eda7c034a014790bad
|