🔑 ReBound Get Return Details by Return ID
'ReBound Get Return Details by Return ID' is an action that allows you to retrieve information about a return request. You can use this action to check the status of a return, the tracking number, the last tracking event date, and other details. To use this action, you need to provide the return id and the ReBound API credentials
Inputs
Name | Type | Description |
---|---|---|
ReBound Username | String | ReBound Username/Login |
ReBound API Key | SensitiveString | ReBound API Key |
Return ID | String | Return ID |
Outputs
Name | Type | Description |
---|---|---|
Return Found? | Boolean | True if return found |
Carrier | String | Carrier |
Tracking Number | String | Return Tracking Number |
Last Event Date | String | Last Tracking Event Date |
ReBound Tracking Status | String | ReBound Tracking Status |
Return Data | Object | Return Data Object |
Updated 6 months ago