SP-API -> spapi -> spa + pi -> onsen + pi -> onsenpi
onsenpi simplifies the use of the Amazon Selling Partner API for developers. The library enhances API interaction, making it more intuitive and less cumbersome.
client = SPAPIClient(
marketplace=Marketplaces.JP,
refresh_token="your_refresh_token",
lwa_app_id="your_lwa_app_id",
lwa_client_secret="your_lwa_client_secret",
)