Skip to content

Commit 7855410

Browse files
chore: update CHANGELOG.md for v1.9.47
1 parent 934226b commit 7855410

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v1.9.47 - 2025-08-25
2+
# Changelog
3+
4+
## Version 1.9.47
5+
6+
### New Features
7+
- **Fulfillment Inbound API**: Added a new method `update_shipment_name` to the `FulfillmentInbound` class. This method allows updating the name of an existing shipment. It supports the following parameters:
8+
- `inboundPlanId`: Identifier for the inbound plan.
9+
- `shipmentId`: Identifier for the shipment.
10+
- `body`: A dictionary containing the new name for the shipment.
11+
12+
```mermaid
13+
graph TD;
14+
A[Client] --> B[update_shipment_name];
15+
B --> C[inboundPlanId];
16+
B --> D[shipmentId];
17+
B --> E[body];
18+
```
19+
20+
### Changes
21+
- **Dependencies**: Updated the following dependencies:
22+
- `requests` from `2.32.4` to `2.32.5`
23+
- `boto3` from `1.39.14` to `1.40.15`
24+
25+
### Internal
26+
- Updated version number from 1.9.46 to 1.9.47.
27+
128
## v1.9.46 - 2025-07-28
229
# Changelog
330

0 commit comments

Comments
 (0)