We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fb379 commit 62c7b09Copy full SHA for 62c7b09
Integration/RESTMessageV2/UPS Tracking/README.md
@@ -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