We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04a3472 + ed04c06 commit e699e8bCopy full SHA for e699e8b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## Next Release
4
+
5
+- Adds `UspsShipAccount` support to the create carrier method
6
7
## v10.1.0 (2025-06-18)
8
9
- Adds the following functions
easypost/constant.py
@@ -41,5 +41,6 @@
41
"UpsAccount",
42
"UpsMailInnovationsAccount",
43
"UpsSurepostAccount",
44
+ "UspsShipAccount",
45
]
46
_FILTERS_KEY = "filters"
0 commit comments