Client and Backend Types#

These hand-written types validate domains and product-finder parameters.

keepa.Domain(*values)

Enumeration for Amazon domain regions.

keepa.ProductParams(*[, author, ...])

Product request parameters.

Generated Request Models#

The backend schema also defines request-shaped structs. They are exported from keepa.backend_models and documented here for schema tooling and advanced users. High-level client methods still accept the existing Python arguments by default for backwards compatibility.

Common Response Models#

The full generated model reference is available in Backend Model API. These are the response models returned directly by high-level client methods with typed=True.