Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.17 KB

File metadata and controls

74 lines (47 loc) · 2.17 KB

UPS Module

The Axon Ivy UPS connector enables users to integrate UPS services seamlessly into any business process.

This connector:

  • Empowers you with full access to the OpenAPI UPS API Catalog
  • Features everyday use cases such as tracking packages, obtain shipping rates, and validating addresses

Explore the API catalog to identify which APIs align best with your business needs.

Demo

Get tracking information

This service is used to retrieve package information.

  1. Login to the Axon Ivy Portal
  2. On the Process List page, click on Get Tracking

Alt text

  1. Fill in your tracking number

Alt text

  1. Click Search button to get all information of the package

Alt text

Pickup Creation

This service is used to schedule pickups.

  1. Login to the Axon Ivy Portal
  2. On the Process List page, click on Pickup Creation

Alt text

  1. Fill in required fields

Alt text

  1. Click Process button to schedule pickups

Alt text

Pickup cancel

This service is used to cancel previously scheduled pickups.

  1. Login to the Axon Ivy Portal
  2. On the Process List page, click on Pickup Creation

Alt text

  1. Fill in required fields

Alt text

  1. Click Cancel button to finish

Address validation

This service is utilized to verify addresses against the United States Postal Service database of valid addresses in the U.S.

  1. Login to the Axon Ivy Portal
  2. On the Process List page, click on Validate Address

Alt text

  1. Fill in address info

Alt text

  1. Click Validate button

Setup

  1. Go to https://developer.ups.com, login with your user or create a new UPS account.
  2. Create an application on UPS
  3. Once your application is created, the Client ID and Client Secret are generated and can be used to obtain an access token for authorizing your API requests
  4. Configure the following variables in your project: Alt text