π ReBound Search for Returns by Order Number
'π ReBound Search for Returns by Order Number' is an action that allows you to search for returns. You can use this action to return a list of return ids for a particular order number. To use this action, you need to provide the order number and the ReBound API credentials
Inputs
Name | Type | Description |
---|---|---|
ReBound Username | String | ReBound Username/Login |
ReBound API Key | SensitiveString | ReBound API Key |
Order Number | String | Order Number |
Outputs
Name | Type | Description |
---|---|---|
Success? | Boolean | True if API call successful |
Return Found? | Boolean | True if return found |
List of Return IDs | Object | List of Return IDs |
Number of Returns | String | Number of Returns Found |
Multiple Returns Found? | Boolean | True if multiple returns found |
Updated 5 months ago