Version 2.0.5
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.5 in
sp_api/__version__.py. - Added
llms.txtto the documentation to guide users on library usage and provide links to canonical documentation sources.