UPS Get Estimated Delivery Date
The action is used to get an estimated delivery date based on origin and destination addresses for UPS packages.
The action works only with a UPS connection added.
Inputs
Name | Type | Description |
---|---|---|
Service Level | String | UPS Service Level |
Origin Country Code | String | Origin Country Code |
Origin State/Province | Optional String | Origin State/Province |
Origin City Name | Optional String | Origin City Name |
Origin Town Name | Optional String | Origin Town Name |
Origin Postal Code | String | Origin Postal Code |
Destination Country Code | String | Destination Country Code |
Destination State/Province | Optional String | Destination State/Province |
Destination City Name | Optional String | Destination City Name |
Destination Town Name | Optional String | Destination Town Name |
Destination Postal Code | String | Destination Postal Code |
UPS Accepted Date | String | The date when UPS will receive the package. ISO format |
Weight | Optional String | Weight. Default: 1 |
Weight Unit of Measure | Optional String | Weight unit. Default: KGS |
Address Validation Flag | Optional Boolean | Used to bypass address validation when the address has already been validated by the calling application. Default: true |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether successfully extracted an estimated delivery date |
Estimated Delivery Date | String | Estimated delivery date in YYYY-MM-DD forma |
Shipment Service Data | Object | Shipment Service Data |
Shipment Data | Object | Data returned from UPS |
List of service levels:
[
"UPS Standard",
"UPS Express",
"UPS Ground",
"UPS Expedited",
"UPS Express Saver",
"UPS Express Plus",
"UPS Express Critical",
"UPS Next Day Air Early",
"UPS Next Day Air",
"UPS Next Day Air Saver",
"UPS 2nd Day Air A.M.",
"UPS 2nd Day Air",
"UPS 3 Day Select",
"UPS Ground with Freight Pricing",
"UPS Hundredweight Service",
"UPS Mail Innovations",
"UPS Worldwide Express Freight",
"UPS Worldwide Express Plus",
"UPS Worldwide Express",
"UPS Worldwide Saver",
"UPS Worldwide Expedited"
]
Updated 4 months ago