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.
1 parent b93382c commit 05fb39eCopy full SHA for 05fb39e
easypost/services/smartrate_service.py
@@ -29,7 +29,7 @@ def estimate_delivery_date(self, **params) -> List[Dict[str, Any]]:
29
30
def recommend_ship_date(self, **params) -> List[Dict[str, Any]]:
31
"""Retrieve a recommended ship date for each carrier-service level combination via the
32
- Smart Deliver On API, based on a specific ship date and origin-destination postal code pair.
+ Smart Deliver On API, based on a specific delivery date and origin-destination postal code pair.
33
"""
34
url = "/smartrate/deliver_on"
35
0 commit comments