Loop Returns integration (Productivity, Data). Imported from open-connector.
https://api.loopreturns.com/api/v1/warehouse/return/list
| Param | Type | Required | Description |
|---|---|---|---|
| from | string | optional | The start date and time for the returns list. |
| to | string | optional | The end date and time for the returns list. |
| filter | string | optional | The date field Loop Returns should use to filter results. |
| state | string | optional | The return state to filter by. |
| pageSize | integer | optional | The number of returns to return per page. |
| cursor | string | optional | The Loop Returns cursor identifying the page to return. |
/warehouse/return/details
| Param | Type | Required | Description |
|---|---|---|---|
| returnId | integer | optional | The Loop Returns return ID. |
| orderId | integer | optional | The Loop Returns order ID. |
| orderName | string | optional | The order name. |
| currencyType | string | optional | The currency type Loop Returns should use for currency fields. |
/destinations
/destinations/{destinationId}
| Param | Type | Required | Description |
|---|---|---|---|
| destinationId | integer | required | The Loop Returns destination ID. |