← Tools Reference

Loop Returns

Loop Returns integration (Productivity, Data). Imported from open-connector.

API key4 toolshttps://api.loopreturns.com/api/v1
GET
loop_returns_list_returns
List Loop Returns returns created or updated within an optional timeframe.

/warehouse/return/list

6 parameters
ParamTypeRequiredDescription
fromstringoptionalThe start date and time for the returns list.
tostringoptionalThe end date and time for the returns list.
filterstringoptionalThe date field Loop Returns should use to filter results.
statestringoptionalThe return state to filter by.
pageSizeintegeroptionalThe number of returns to return per page.
cursorstringoptionalThe Loop Returns cursor identifying the page to return.
GET
loop_returns_get_return_details
Get Loop Returns return details by return ID, order ID, or order name.

/warehouse/return/details

4 parameters
ParamTypeRequiredDescription
returnIdintegeroptionalThe Loop Returns return ID.
orderIdintegeroptionalThe Loop Returns order ID.
orderNamestringoptionalThe order name.
currencyTypestringoptionalThe currency type Loop Returns should use for currency fields.
GET
loop_returns_list_destinations
List Loop Returns destinations configured for return shipments.

/destinations

GET
loop_returns_get_destination
Get one Loop Returns destination by ID.

/destinations/{destinationId}

1 parameter
ParamTypeRequiredDescription
destinationIdintegerrequiredThe Loop Returns destination ID.