Python MWS Client
Python client for Amazon Marketplace Web Services (MWS)
Free software: MIT license
Documentation: https://pymws.readthedocs.io.
Installation
pip install pymws
Usage
Import the package
from pymws import MWS
Create a client instance
client = MWS(
marketplace="US", merchant_id="1234",
access_key_id="key", secret_key="secret",
auth_token="token"
)
Once you have a client with valid credentials, you can now call operations.
start_date = datetime(2020, 1, 20, 10, 30)
client.orders.list_orders(CreatedAfter=start_date)
History
0.1.0 (2020-08-08)
First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymws-0.2.0.tar.gz
(26.7 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
pymws-0.2.0-py2.py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file pymws-0.2.0.tar.gz.
File metadata
- Download URL: pymws-0.2.0.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
909cb8169e03c6ae9ad42be7910890e0323e963258fc9f4a53f4adf4fe93520a
|
|
| MD5 |
134c04f28d3a09a4b1b14cdb4864ee12
|
|
| BLAKE2b-256 |
30873b5af6f6dfe87f2896686214aa00e516c36497b5ab7e606c2180c70da377
|
File details
Details for the file pymws-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: pymws-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3af392b1ee2ec747935523e753e139b351b0e597009f659c6fd3d26c1a0a1531
|
|
| MD5 |
3b747a774088903adc4b4dfc13a0c0a1
|
|
| BLAKE2b-256 |
dc268b38b67f1ad4bdd8e1338cd8ba7a80681a875e08d4bc2aa9ca5e6ae594ea
|