Search code examples
c#asp.netups

URL Tracking URL


We are programming a website which use UPS as shipping method. Administrator of the site must approve every order manually, create things propertly with UPS and then just get the tracking number and put it in our system. So we do not use any API from UPS or anything.

Is there a "static" URL like : http://ups.com/apage/{0} we may format to replace the {0} by the tracking number that the administrator will enter in our system?

I know I could search in google, but I'm not realy sure of what to write after UPS URL Tracking number didn't results me anything usefull.


Solution

  • You are required to use the UPS API when interacting with their system to either track packages or manage shipments. Any other use is in violation of their terms of service.