UPS Cancel Collection
Cancels a scheduled UPS collection (pickup). Use it when a pickup is no longer needed.
What it does
- Sends a cancel request to UPS for the given collection ID.
- Returns whether UPS accepted the cancellation.
- Treats an already-cancelled collection as success.
Notes
- The Collection ID is the UPS pickup reference number (PRN).
Inputs
| Name | Type | Description |
|---|---|---|
| Collection ID | String | UPS collection ID |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | whether managed to cancel the collection |