pypi python-amazon-sp-api 2.0.12
v2.0.12

latest releases: 2.0.15, 2.0.14, 2.0.13...
6 hours ago

Version 2.0.12

New Features

Orders API Version Update

  • Introduced a new version of the Orders API, 2026-01-01, alongside the legacy v0 version. This new version includes updated endpoints and parameters, allowing for more efficient order management.
  • Added support for both synchronous and asynchronous clients for the new Orders API version.
graph TD;
    A[Orders API] -->|Version Selection| B{Version};
    B -->|v0| C[Legacy Orders Client];
    B -->|2026-01-01| D[New OrdersV20260101 Client];
Loading

Internal Changes

  • Refactored the Orders API to support versioning, allowing seamless integration of future updates without disrupting existing implementations.
  • Updated the import structure to accommodate the new Orders API version, ensuring compatibility and ease of use.
graph TD;
    E[Refactor] -->|Support Versioning| F[Orders API];
    F --> G[Improved Flexibility];
Loading

Dependency Updates

  • Updated boto3 to version 1.42.36.
  • Updated setuptools to version 80.10.2.
  • Updated cachetools to version 6.2.6.

These enhancements improve the flexibility and scalability of the API, providing a robust foundation for future development and integration.

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

NewReleases is sending notifications on new releases.