Python wrapper for the Amazon Selling-Partner API
Project description
PYTHON-AMAZON-SP-API
Amazon Selling-Partner API
A wrapper to access Amazon's Selling Partner API with an easy-to-use interface.
Q & A
If you have questions, please ask them in GitHub discussions
Installation
pip install python-amazon-sp-api
Usage
from sp_api.api import Orders
from sp_api.api import Reports
from sp_api.api import Feeds
from sp_api.base.reportTypes import ReportType
# 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=ReportType.GET_MERCHANT_LISTINGS_ALL_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
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.4.5.tar.gz.
File metadata
- Download URL: python-amazon-sp-api-0.4.5.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7700656a6f494c26e9eff65b7f1ded0d904a05d34e66dc9cc47b4aaf2120db1
|
|
| MD5 |
8ef536b169edf1dbd64752ace9d52f83
|
|
| BLAKE2b-256 |
3c28a445086871cecf8591f5f85dc76b36edc74fe5006625afe4bce21e634e94
|
File details
Details for the file python_amazon_sp_api-0.4.5-py3-none-any.whl.
File metadata
- Download URL: python_amazon_sp_api-0.4.5-py3-none-any.whl
- Upload date:
- Size: 76.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.4.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e93c89fb06d3b664c1da9eeaaf67b154ff8e43a174cf3143f300ce119180d90e
|
|
| MD5 |
ddeb2d613c5ea397632ab818c8180fe0
|
|
| BLAKE2b-256 |
c5f170da52cd3ed76e4940fd2ef3ccda65f38bb429c9926f0fcd667abdadaffc
|

