pypi python-amazon-sp-api 1.9.24
v1.9.24

11 days ago

Version 1.9.24

Changes Relevant to Users

  • Pagination Enhancements
    • Improved the ApiResponse class to better handle pagination by adding support for an additional nextToken key in the response payload. This enhancement ensures more reliable navigation through paginated data.
graph TD;
    A[Version 1.9.23] -->|Improved| B[Version 1.9.24];
    B --> C[ApiResponse];
    C --> D[nextToken Support];
Loading

Internal Changes

  • Code Quality Improvements
    • Minor formatting adjustments in load_all_pages.py to enhance code readability and maintain consistency.
graph TD;
    A[Version 1.9.23] -->|Refined| B[Version 1.9.24];
    B --> C[load_all_pages.py];
    C --> D[Formatting Adjustments];
Loading

These changes aim to improve the overall functionality and maintainability of the python-amazon-sp-api package, ensuring a smoother experience for developers interacting with Amazon's Selling Partner API.

Don't miss a new python-amazon-sp-api release

NewReleases is sending notifications on new releases.