I have searched the forum and the manual but can't seem to find a solid answer.
I want to send the customer an email when their shipment has been DELIVERED. I already have an email going to the customer when it is being shipped with the tacking number. I see there is an appconfig;
"Delivery Confirmation
With the RTShipping.UPS.DeliveryConfirmation AppConfig, store admins can specify that their orders should require delivery confirmation. Allowed values are:
blank (default) - no confirmation required
DeliveryConfirmation
SignatureRequired
AdultSignatureRequired"
But that is not very descriptive. How does this work? I just put in "DeliveryConfirmation" in the appconfig and somehow it will query the UPS API and get the order status of the package? Has anyone successfully set this up?