Skip to main content

Amazon Creators API

This is a small wrapper around the official Amazon Creators API Python SDK. It provides a lightweight package entry point while directly exposing the SDK's models and exceptions.

Install

pip

pip install creators

uv

uv add creators

Usage

from creators import Client, SearchItemsResource, GetItemsResource, ApiException

client = Client(
    credential_id="YOUR_CREDENTIAL_ID",
    credential_secret="YOUR_CREDENTIAL_SECRET",
    version="3.1",
    marketplace="www.amazon.com",
    partner_tag="yourtag-20",
)

try:
    response = client.search_items(
        keywords="wireless earbuds",
        item_count=5,
        resources=[SearchItemsResource.ITEM_INFO_DOT_TITLE],
    )
    print(response.search_result.items)
except ApiException as exc:
    print(f"api error: {exc}")

try:
    response = client.get_items(
        item_ids=["B000123456", "B000987654"],
        resources=[GetItemsResource.ITEM_INFO_DOT_TITLE],
    )
    print(response.items_result.items)
except ApiException as exc:
    print(f"api error: {exc}")

Notes

  • Models are re-exported from the official SDK.
  • Exceptions are re-exported from the official SDK.
  • More examples are available in examples/.
  • To run tests or the examples, install dev dependencies first with uv sync --group dev, then run pytest or the scripts in examples/.

References

Release files for creators 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for creators 0.2.0
File Size Uploaded
creators-0.2.0.tar.gz 53.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for creators 0.2.0
File Interpreter ABI Platform
creators-0.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 233.0 kB

Release files / creators-0.2.0.tar.gz

Download URL creators-0.2.0.tar.gz
Size 53.6 kB
Tags Source
SHA-256 checksum
How to use checksums
f9a16fa4287adf44bb5a7ef9a28f88075e7e9e7e991b554e4741b2929a0be325
BLAKE2b-256 checksum
How to use checksums
e3419e890f117a0ff0ab88c6db867c4731937398bce6d3015dc711f385ec89a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release files / creators-0.2.0-py3-none-any.whl

Download URL creators-0.2.0-py3-none-any.whl
Size 179.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
ce02cc364beecc7732e512d83f4d3e7d5892de5a3e6c50d424323a4ca08fc641
BLAKE2b-256 checksum
How to use checksums
dc46ec4df3495a078c1a9167bad546b7d1f9818b678933bd3463420574b40d15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release history Release notifications | RSS feed

This release

0.2.0 This release

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page