pypi python-amazon-sp-api 2.0.4
v2.0.4

latest releases: 2.0.7, 2.0.6, 2.0.5...
8 hours ago

Version 2.0.4

New Features

Enhanced Order Query Parameters

  • Implemented normalize_csv_param utility to automatically normalize CSV parameters in the Orders API, both for synchronous and asynchronous clients. This enhancement simplifies the process of passing multiple values for parameters like OrderStatuses, MarketplaceIds, FulfillmentChannels, PaymentMethods, and AmazonOrderIds.
graph TD;
    F[Orders API] -->|normalize_csv_param| G[CSV Parameter Normalization];
    G --> H[OrderStatuses, MarketplaceIds, etc.];
Loading

Internal Changes

  • Updated the project version to 2.0.4 in sp_api/__version__.py.

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

NewReleases is sending notifications on new releases.