Version 2.0.14
Bug Fixes
Orders API Asynchronous Handling
- Fixed asynchronous handling in the
OrdersV0client by ensuring that the_access_restrictedmethod is awaited properly. This resolves potential issues with handling restricted resources in asynchronous environments.
graph TD;
A[OrdersV0 Client] -->|Fix Async Handling| B[_access_restricted Method];
B --> C[Await Correctly];
These changes enhance the reliability and correctness of asynchronous operations within the Orders API, ensuring smoother integration and execution in applications using the python-amazon-sp-api library.
Documentation
- Updated the Fulfillment Inbound documentation to replace
.. info::with.. note::for better clarity.
Dependencies
- Added
httpxtodocs/requirements.txtto support HTTP requests in documentation examples.