> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/setting-up-a-data-integration-in-claimlane.md).

# Setting Up a Data Integration in Claimlane

#### Supported Integration Providers

Claimlane currently supports data integrations with the following providers:

* **Traede**
* **Shopify**
* **Shopify 2025 01**
* **BigCommerce**
* **Unleashed**

{% hint style="info" %}
If Claimlane has built a custom integration specifically for your company, select **Custom** and enter the identifier provided to you.

This option is used to avoid listing customer-specific integrations in the dropdown.
{% endhint %}

#### **Step 1. Find Your Data Source**

Depending on your datasource type, the process to find it differs slightly.

**For B2B**&#x20;

In Claimlane's inbox, click the four square icon on the top and find **Data management**

<figure><img src="/files/88aSfuYQdgdxbtLXbqLa" alt=""><figcaption></figcaption></figure>

Click on your data source or create a new one by clicking in "Add new data source".

<figure><img src="/files/cyPjct5ux4woINvrWIwv" alt=""><figcaption></figcaption></figure>

**For B2C**&#x20;

In Claimlane's inbox, click Settings in the bottom-left corner.

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1622930911/d82a06303f4d8b63bb085fba03f9/Captura+de+pantalla+2025-07-16+a+las+9_19_46.png?expires=1759142700&#x26;signature=4b7bdde6d17ce5f8f1a8077f41384970a8ff2a82482d33812f31089bf6e98492&#x26;req=dSYlFMB9nYheWPMW1HO4zav7LXLlVF5H9BHXJfRUQDGwKFn0WutMRWkDnDWI%0Agftj%0A" alt="" width="590">

* In the left menu, click Self-Service Portals.
* Choose your Self-Service Portal from the list.
* Click the Datasource tab

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1622955747/67c8dabb0740fefa30cdf78bea76/Captura+de+pantalla+2025-07-16+a+las+9_20_42.png?expires=1759142700&#x26;signature=94b8bd3079271bc488721ca6f8efe5c979d1f2fecfc07a6018ef1a36d0f76cc2&#x26;req=dSYlFMB7mIZbXvMW1HO4zVxKHtetKWZfU14x1rxPHiOuE42RkHjIEPcVTvlB%0AG3XS%0A" alt="" width="590">

From the datasource list, select the one you'd like to upload products to. (Click on Add new data source if you don't have one yet.)

<img src="https://downloads.intercomcdn.com/i/o/tbixbicd/1622968195/eed8a7767feaf4cf5ef6726fc54e/Captura+de+pantalla+2025-07-16+a+las+9_21_29.png?expires=1759142700&#x26;signature=be78aed5651570ed35b0ed9d4ee9c9a8064524564984ecdb6c8dc61e4d0276ff&#x26;req=dSYlFMB4lYBWXPMW1HO4zbjhZ6RmN2kQXu9nEZTroW%2FW507s8jwqqhQe0bqP%0AxC2n%0A" alt="" width="590">

#### **Step 2. Enable Data Integration**

In your **Data Source** view:

1. Go to the **Data Integration** tab.
2. Toggle **Enable Data Integration**.
3. Click **Update Integration** to save your changes.

<figure><img src="/files/VGe8p3WDI0Vp6mydsB1v" alt=""><figcaption></figcaption></figure>

#### **Step 3. Enter Your Integration Credentials**

1. Select your **provider** from the dropdown list.
2. Enter your **Client Secret.**
3. Close window.

<figure><img src="/files/9DO1xauliake4xwLgYvl" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When adding the Client Secret make sure to click the green tick icon to save it

<p align="center"><img src="/files/TO6UQmSPXyQn9m3GQoJ1" alt=""></p>
{% endhint %}

#### **Step 4. Trigger the Integration and Verify Your Data**

1. Click **Manually Trigger Integration** to start fetching data from your provider.
2. Once the process completes, go to the **Products** page and refresh the window.
3. Your products should now be listed in Claimlane.

{% hint style="info" %}
**You are not interested in using a Data Integration and a manual data upload from an excel file works better for you? Check how to do it :**<br>

* [Manual upload for B2B](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-can-i-upload-product-data-manually-b2b)
* [Manual upload for B2C](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-to-upload-product-data-manually-b2c)
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/setting-up-a-data-integration-in-claimlane.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
