USPS Integration

Akshay Jadhav1
Tera Contributor

Hello All,

 

We have requirement for a catalog item:

 

Scenario: We have two variables: "Zip code" and "state". Whenever a user enters a zip code, the state should be filled in. and this should be returned by the "USPS" API. Is anyone familiar with this integration?

 

Thank you

5 REPLIES 5

Aniket Bhanse
Tera Guru

@Akshay Jadhav1 

Populating of "State" depending upon the "zip code" on a catalog item form is possible using an OnChange Client script.
As you want to get the details/information from the "USPS" integration, check where the details are stored in your Servicenow instance. Example: if you are storing the information in any custom table, you can call a script include in your OnChange client script to get that information from the custom table.

 

Let me know if this helps!

Hello @Aniket Bhanse ,

We do not have "State" or "Zip Code" data in our instance, the user will enter the "Zip Code" manually in the Catalog item Variable.
Hence, we are using the method of integrating with the "USPS" web tool to populate the "State" based on "Zip Code" which is entered manually by the user.

Thank you

Could you share how you achieved this?

Hi Nic,

Did you find something related to this?

 

Regards,

Arun