Skip to content

Commit 346699c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1126899 + 2b86558 commit 346699c

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v2.0.6 - 2026-01-19
2+
## Version 2.0.6
3+
4+
### New Features
5+
6+
#### Enhanced Order Query Parameters
7+
8+
- 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`.
9+
10+
```mermaid
11+
graph TD;
12+
F[Orders API] -->|normalize_csv_param| G[CSV Parameter Normalization];
13+
G --> H[OrderStatuses, MarketplaceIds, etc.];
14+
```
15+
16+
### Internal Changes
17+
18+
- Updated the project version to 2.0.6 in `sp_api/__version__.py`.
19+
- Added `llms.txt` to the documentation to guide users on library usage and provide links to canonical documentation sources.
20+
121
## v2.0.5 - 2026-01-19
222
## Version 2.0.5
323

sp_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.5'
1+
__version__ = '2.0.6'

0 commit comments

Comments
 (0)