> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/shoptrader.md).

# 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="/files/fc8115aef657eb6b05823888650494b3bb831670" 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="/files/d26eedf2b3d9864290c67b7c2470cad761dd5e6b" 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 (Your data source & Import settings)

* In Channable, open the project where you want to import your product data.
* Go to **Setup > Import** and click **+ Choose import method**. Select **Shoptrader**.
* Select your Shoptrader connection.
* 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 **Run import**. You'll be redirected to the **Import mapping** page to map your product information.
  {% endstep %}

{% step %}

### Import mapping

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).

{% hint style="info" %}
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.
{% endhint %}

* Compare and adjust mapping:\
  Review your **Imported data 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 select the **Exclude** checkbox.&#x20;

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 %}

### Overview

After your product data has finished importing:

* Go **Overview** to view your imported products.
* Click on an item to see detailed information.

<figure><img src="/files/OOmR6aDntkdmtBWWCtEH" 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
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://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/shoptrader.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.
