UPSServer Property
URL for the UPS server where the requests are sent.
Syntax
property UPSServer: String;
Default Value
''
Remarks
URL for the UPS server where the requests are sent.
Each request requires specific processing based on the type; therefore, each component has a unique URL for connection purposes.
The following URLs may be used for testing:
component | XML Test URL | WebServices Test URL |
UPSAddress | https://wwwcie.ups.com/ups.app/xml/AV | |
UPSAddress (Street Level) | https://wwwcie.ups.com/ups.app/xml/XAV | https://wwwcie.ups.com/webservices/XAV |
UPSFreightRate | https://wwwcie.ups.com/webservices/FreightRate | |
UPSFreightShip | https://wwwcie.ups.com/webservices/FreightShip | |
UPSRates | https://wwwcie.ups.com/ups.app/xml/Rate | https://wwwcie.ups.com/webservices/Rate |
UPSRates (ShippingTime) | https://wwwcie.ups.com/ups.app/xml/TimeInTransit | https://wwwcie.ups.com/webservices/TimeInTransit |
UPSShip | https://wwwcie.ups.com/ups.app/xml/ShipConfirm | https://wwwcie.ups.com/webservices/Ship |
UPSShip (Schedule Pickup) | https://wwwcie.ups.com/webservices/Pickup | |
UPSShipIntl | https://wwwcie.ups.com/ups.app/xml/ShipConfirm | https://wwwcie.ups.com/webservices/Ship |
UPSTrack | https://wwwcie.ups.com/ups.app/xml/Track | https://wwwcie.ups.com/webservices/Track |
All (Void) | https://wwwcie.ups.com/ups.app/xml/Void | https://wwwcie.ups.com/webservices/Void |
In a production environment, the URL for connecting to a UPS server (production environment) will be provided to you by UPS when you subscribe for UPS OnLine Tools.
Data Type
String