UPS API - Address Validation using Rest API

Dazler
Mega Sage

Hi,

Has anyone ever set up the UPS API address validation?  I am having the hardest time, I am reviewing the information from UPS API document, but I am unsure what I am doing wrong.  If anyone has ever done it, I could use some guidance on how you set it up.

Any help would be greatly appreciated.

7 REPLIES 7

Gowrisankar Sat
Tera Guru

I don't find any document related to UPS and ServiceNow integration. However they have a developer kit API:

https://www.ups.com/upsdeveloperkit?loc=en_US

There were some unfinished threads on community, but these might give you some idea on implementation:

https://community.servicenow.com/community?id=community_question&sys_id=86518329db98dbc01dcaf3231f96...

 

Thank you for replying back.  I have reviewed the documents on the UPS developer kit, but I am having trouble with the endpoint for the street validation.  I just needed some help with it.

napatil24
Tera Expert

Hi Dazler,

 

I have did the integration with UPS for Logistic tracking. Nothing for Address validation. We have build the integration via SFTP. were UPS push the package status and info in file on a schedule. Based on which we pull the file and read the content inside it and then process it further to servicenow. What is youe exact requirement on this.

Thank you for responding.  The Developer Kit offers a list of API for different features.  We want to use a few things, one is the Address Validation, we also want to use the Shipping and Tracking APIs.

I am starting with the Address Validation.  What we want is if our user submits the form for Remote Hardware Request, when they add their address in the address field then it will validate against UPS's Address Validation. 

The other part is when the tech/fulfiller receive the Catalog Task, they can hit a button that will trigger the ticket to create in UPS.

I know that I would need to create an Outbound Rest Message to set up these APIs, but I am just needing a little guidance.  I have set up Table APIs, but not external connections.