Amazon Creators API Python SDK (Official)
Project description
Creators API Python SDK Example
Prerequisites
Python Version Support
- Supported: To run the SDK you need Python version 3.7 or higher.
Setup Instructions
1. Install and Configure Python
For Python installation, you can download it from the official website: https://www.python.org/downloads/
# Check Python version
python3 --version
3. Install Dependencies
cd {path_to_dir}/creatorsapi-python-sdk
# Install package dependencies
pip3 install -r requirements.txt
4. Run Sample Code
Navigate to the examples directory to run the samples.
cd examples
Before running the samples, you'll need to configure your API credentials in the sample files by replacing the following placeholders:
<YOUR CREDENTIAL ID>- Your API credential ID<YOUR CREDENTIAL SECRET>- Your API credential secret<YOUR CREDENTIAL VERSION>- Your credential version (e.g., "2.1" for NA, "2.2" for EU, "2.3" for FE region)<YOUR MARKETPLACE>- Your marketplace to which you want to send the request (e.g., "www.amazon.com" for US marketplace)<YOUR PARTNER TAG>- Your Partner Tag for the requested marketplace in applicable sample code snippet files
Run the following commands to run the sample files:
Get detailed product information:
python3 sample_get_items.py
Search for products:
python3 sample_search_items.py
Other Samples
Check the examples directory for additional sample files with various API operations.
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 amazon_creatorsapi_python_sdk-1.0.0.tar.gz.
File metadata
- Download URL: amazon_creatorsapi_python_sdk-1.0.0.tar.gz
- Upload date:
- Size: 60.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
947df91b252886c6932601532892e757912be6774857653b1ef4ad38c847bf29
|
|
| MD5 |
8b01dc258c6a934a458401b16e642892
|
|
| BLAKE2b-256 |
5db7d29172e2fafecafb46a2f689ab8ce4e11c17ad82ea1eba71c4773218cfd3
|
File details
Details for the file amazon_creatorsapi_python_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: amazon_creatorsapi_python_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 179.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44395024547dff10d96004258f283848b5973ca7efdb72d0c39019ebf34db5ad
|
|
| MD5 |
ebf571f5e4b898aa8c6643aa6570beed
|
|
| BLAKE2b-256 |
b49824ffc25651ea5bda81b70e3ef98941971472da965805ad659c920922a792
|