InRetrn Search for Returns by Order Number
This action retrieves returns data from InRetrn that correspond to a specific order number,
Inputs
In order to use the action in your flow you need to provide it with the following inputs:
Input | Type | Description |
---|---|---|
Order Number | String | The unique identifier of the order. The action will search for returns matching this ID. |
InRetrn Key | String | API Key |
InRetrn Token | String | API Token |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | True if managed to find data; False if no data found. |
Returns Data | Object | Object containing all of the returns data |
Updated 6 days ago