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

NameTypeDescription
Service LevelStringUPS Service Level
Origin Country CodeStringOrigin Country Code
Origin State/ProvinceOptional StringOrigin State/Province
Origin City NameOptional StringOrigin City Name
Origin Town NameOptional StringOrigin Town Name
Origin Postal CodeStringOrigin Postal Code
Destination Country CodeStringDestination Country Code
Destination State/ProvinceOptional StringDestination State/Province
Destination City NameOptional StringDestination City Name
Destination Town NameOptional StringDestination Town Name
Destination Postal CodeStringDestination Postal Code
UPS Accepted DateStringThe date when UPS will receive the package. ISO format
WeightOptional StringWeight. Default: 1
Weight Unit of MeasureOptional StringWeight unit. Default: KGS
Address Validation FlagOptional BooleanUsed to bypass address validation when the address has already been validated by the calling application. Default: true

Outputs

NameTypeDescription
SuccessBooleanWhether successfully extracted an estimated delivery date
Estimated Delivery DateStringEstimated delivery date in YYYY-MM-DD forma
Shipment Service DataObjectShipment Service Data
Shipment DataObjectData 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"
        ]