# Shoptrader

In this article, you'll learn how to import your product data from Shoptrader.

### Before you start

**You'll need**

* A Shoptrader account

{% stepper %}
{% step %}

### Generate tokens in Shoptrader

* Log in to your Shoptrader backend.
* Go to **Configuration > API**.<br>

  <figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2For6Y55qNJ2WjUIXYMj7r%2F21018541880466?alt=media&#x26;token=33ba6fa8-6e96-406f-9b46-61ef4cc8610a" alt=""><figcaption></figcaption></figure>
* At **Add a new token**, create a new token for Channable.
  * For the name, give it a descriptive name (e.g. "Channable token").
  * Tick the **To read**, **To write**, and **To delete** checkboxes.
  * Click **Add token**.<br>

    <figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FLp3tz0iMpMhEknxRd3yD%2F21018606146322?alt=media&#x26;token=d1523c1f-06d3-4262-b52a-d2b7c6088e3f" alt=""><figcaption></figcaption></figure>
* This generates a token. Make note of it, as you'll need it in the next step.
  {% endstep %}

{% step %}

### Create your Shoptrader connection

* In Channable, open the project where you want to import your product data.
* Go to **Setup**, click **+ Set up import**, and select **Shoptrader**.
* Fill in the required information:
  * For **Label**, give your import channel a descriptive name (e.g. "Shoptrader")
  * For **Shop URL**, provide your Shoptrader webshop URL.
  * For **Token**, fill in the token generated in the previous step.
  * Click **Connect with Shoptrader**. This takes you to your import settings.
* Configure import settings:
  * For **Name**, give your Shoptrader import a descriptive name (e.g. "Shoptrader")
  * For **Choose language**, select the language your product data is in.
* Click **Start import**. You'll be redirected to the **Edit Mapping** page to map your product information.
  {% endstep %}

{% step %}

### Map your products

This page displays your import fields (fields retrieved from your Shoptrader webshop — e.g. price, description, title), and corresponding project fields (Channable's standardized fields used to streamline channel setups).

Note: Our system will automatically detect and map most import fields to our standardized fields, but it's important to review and adjust these before importing.

* Compare and adjust mapping:\
  Review your **Import fields** against Channable's matched **Project fields**. If a field was matched incorrectly, click on the field to select a different field.
* Check and correct field types:\
  Ensure the right field type is assigned to your project fields. If a field has the wrong type, click **Edit** next to the field, select the correct type in the dropdown, and click **Save & Import**.
* Exclude fields (optional):\
  To exclude a field from being included in your product data, click the checkbox in the **Select** column for that field and click **Do not import selected fields**.

Once you've finished mapping, click **Save & Import** to start importing your product data. Depending on how much data you're importing, this can take some time.

{% hint style="info" %}
Tip: Check the **Status** column in **Setup** to check your import progress. Your product data is fully imported when the Status is **Finished**.
{% endhint %}
{% endstep %}

{% step %}

### Review your imported items

After your product data has finished importing:

* Go to the **Items** page to view your imported products.
* Click on an item to see detailed information.

<figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2Fb5NMTlik96X1Tw4a7Ybe%2F27789705384594?alt=media&#x26;token=86a85fa8-fd75-4993-928e-4d40b9697eff" alt=""><figcaption></figcaption></figure>

You're good to go! Your items are ready to use to create and optimize Feeds, Marketplaces, Shopping Ads, and more in Channable.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/shoptrader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
