Reveni Get Return by Order Number
Find Reveni returns by Order Number
This action retrieves returns from Reveni 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 (OMS order number). The action will search for returns matching this ID. |
API Key | String | Reveni API Key |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | True if managed to find an return; False if no returns found. |
Returns Data | Object | If some returns are found then this output will have the list of order objects with all the return fields. |
This action uses Reveni's List Returns API - https://reveni.readme.io/reference/list-returns
Updated 3 months ago