python wrapper for amazon selling partner api
Project description
PYTHON-AMAZON-SP-API
Amazon Selling-Partner API
If you have questions, please join on slack
Contributions very welcome!
Installation
pip install python-amazon-sp-api
Usage
# orders API
try:
res = Orders().get_orders(CreatedAfter=(datetime.utcnow() - timedelta(days=7)).isoformat())
print(res.payload) # json data
except SellingApiException as ex:
print(ex)
# report request
createReportResponse = Reports().create_report(reportType='GET_FLAT_FILE_OPEN_LISTINGS_DATA')
# submit feed
# feeds can be submitted like explained in Amazon's docs, or simply by calling submit_feed
Feeds().submit_feed(self, <feed_type>, <file_or_bytes_io>, content_type='text/tsv', **kwargs)
Documentation
Documentation is available here
DISCLAIMER
We are not affiliated with Amazon
LICENSE
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
python-amazon-sp-api-0.1.10.tar.gz
(145.8 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 python-amazon-sp-api-0.1.10.tar.gz.
File metadata
- Download URL: python-amazon-sp-api-0.1.10.tar.gz
- Upload date:
- Size: 145.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82f5d1201f08dc65d78f58dee10c6e413e56b148a497ac015966d68db1aa7638
|
|
| MD5 |
fdba38a3c18b29a61d294e7e19577c2c
|
|
| BLAKE2b-256 |
0f76b1f198ac7e2e9c5e954ab7b6f7250c52e23b0a27a5acce2d3091f2f73587
|
File details
Details for the file python_amazon_sp_api-0.1.10-py3-none-any.whl.
File metadata
- Download URL: python_amazon_sp_api-0.1.10-py3-none-any.whl
- Upload date:
- Size: 472.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3de151b0cf1be0ea6db343080c0fc031aa9ccf7c2c88bfd9fe9a8dd63d88d1a
|
|
| MD5 |
e72a9eb0dcc30e74eabb25f004e0b8a4
|
|
| BLAKE2b-256 |
74e25023a1ffdc32156d830259da706507b2448657e6aa39fadb6b3312603cca
|

