Rebound V2 Get Tracking By Return ID
Returns tracking status and timeline for a specific Return Order ID. Authenticates via client credentials and retries once on 401.
Inputs
| Name | Type | Description |
|---|---|---|
| ReBound Client ID | String | OAuth client id to obtain the bearer token |
| ReBound Client Secret | SensitiveString | OAuth client secret to obtain the bearer token |
| Return ID | String | RO ID (e.g., RO_921f896e-β¦) |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | True if the request completed successfully |
| Status Code | Number | HTTP Status code |
| Return ID | String | Return ID |
| Status | String | Overall tracking status |
| Latest Event | Object | Most recent tracking entry |
| Latest Event Date | String | Convenience field: Latest Event.created |
| Tracking Entries | List | Full list of tracking entries from the API |
| Raw | Object | Full raw API payload |
Updated 20 days ago
