Loop Returns
Loop Returns (opens in a new tab) is a returns management platform that helps e-commerce businesses streamline their return processes, reduce costs, and improve customer experience through automated return workflows and analytics.
Prerequisites
To configure OAuth 2.0 authentication with Loop Returns, you'll need to set up an OAuth application in your Loop Returns account. Follow the Loop returns documentation to request an oauth application (opens in a new tab)
Once you have this configured, you'll need to collect the following information:
| Name | Description |
|---|---|
| Client ID* | Your OAuth client ID from the Loop Returns application settings |
| Client Secret* | Your OAuth client secret from the Loop Returns application settings |
| Redirect URI* | The Fides URL to which users will be redirected upon successful authentication (ex. https://fides-host.com/api/v1/oauth/callback) |
| Order Name* | The dataset reference to the Shopify Order Name associated with a return which maps to the desired user (Order name may be in the format "#1234" or "1234") |
offline_access, labels:read, labels:write, and returnsYou will also need to add the Fides redirect URI to the list of accepted redirect URIs in your Loop Returns OAuth application settings.
Integrating with Loop Returns
To integrate an existing system with Loop Returns:
- Navigate to Data map → View Systems and choose the system that you want to connect.
- Click on the Integrations tab.
- Pick the vendor or system type that you want to integrate with from the Connection type drop-down menu.
- Complete the required fields for the integration and click Save.
To authorize the integration so that it can connect to Loop Returns:
- Click on Authorize integration to be redirected to the Loop Returns authorization screen
- Enter your Loop Returns credentials and click Log in. You will automatically be redirected back to the Fides UI using the
Redirect URIthat was provided in the form in the previous step.
You may now confirm your connection is working using the Test connection button, if desired.
To learn more, please see our guide for Managing Integrations.
Technical detail
Fides utilizes API endpoints to access the API service for a SaaS application. An API service is the programmatic interface through which Fides can query and update data within an application to access, rectify, or delete personal information. Each SaaS tool will have a unique set of endpoints to enable privacy functions.
Loop Returns Endpoints
In the table below, you can find which endpoints are used for each type of privacy function. Clicking on the endpoint will take you to the documentation for that endpoint.
| Privacy function | Endpoint | Description |
|---|---|---|
| Access Requests | Returns (opens in a new tab) | Used to search and fetch return information by order name. |
| Access Requests | Labels (opens in a new tab) | Used to fetch label request information for returns. |