You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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:
0 commit comments