Understand the PYTHON-AMAZON-SP-API architecture
masterThe library is organized into several functional layers:
sp_api.api: The primary entry point for most users. It contains specific client classes for different SP-API groups (e.g.,Orders,Reports,Feeds,DataKiosk).sp_api.base: The core engine containing theClientbase class, response wrappers (ApiResponse), marketplace definitions, credentials handling, and exceptions.sp_api.util: A collection of utilities for handling common API challenges like throttling, retries, and pagination.
Most developers interact only with the classes in sp_api.api.