Version 2.0.4
New Features
Enhanced Order Query Parameters
- Implemented
normalize_csv_paramutility to automatically normalize CSV parameters in theOrdersAPI, both for synchronous and asynchronous clients. This enhancement simplifies the process of passing multiple values for parameters likeOrderStatuses,MarketplaceIds,FulfillmentChannels,PaymentMethods, andAmazonOrderIds.
graph TD;
F[Orders API] -->|normalize_csv_param| G[CSV Parameter Normalization];
G --> H[OrderStatuses, MarketplaceIds, etc.];
Internal Changes
- Updated the project version to 2.0.4 in
sp_api/__version__.py.