Version 1.9.24
Changes Relevant to Users
- Pagination Enhancements
- Improved the
ApiResponse
class to better handle pagination by adding support for an additionalnextToken
key in the response payload. This enhancement ensures more reliable navigation through paginated data.
- Improved the
graph TD;
A[Version 1.9.23] -->|Improved| B[Version 1.9.24];
B --> C[ApiResponse];
C --> D[nextToken Support];
Internal Changes
- Code Quality Improvements
- Minor formatting adjustments in
load_all_pages.py
to enhance code readability and maintain consistency.
- Minor formatting adjustments in
graph TD;
A[Version 1.9.23] -->|Refined| B[Version 1.9.24];
B --> C[load_all_pages.py];
C --> D[Formatting Adjustments];
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.