Skip to content

Commit 62c7b09

Browse files
authored
Create README.md
1 parent 10fb379 commit 62c7b09

File tree

1 file changed

+13
-0
lines changed
  • Integration/RESTMessageV2/UPS Tracking

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
This script calls the UPS tracking API.
2+
3+
UPS Developer Account:
4+
Sign up at https://developer.ups.com
5+
Create an App to get credentials
6+
1. Client ID
7+
2. Client Secret
8+
9+
How to use:
10+
Replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with your UPS credentials.
11+
Use the sandbox URL (wwwcie.ups.com) for testing and production URL (onlinetools.ups.com) for live data.
12+
You can move this logic into a Script Include and call it from a Flow, Business Rule, or Catalog Client Script.
13+
For security, store credentials in a Connection & Credential Alias and reference them in the script instead of hardcoding.

0 commit comments

Comments
 (0)