> 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/mijnwebwinkel-myonlinestore.md).

# Mijnwebwinkel (MyOnlineStore)

We can import your products directly from your webshop through the Mijnwebwinkel API.

{% hint style="info" %}
You’ll need a Mijnwebwinkel (MyOnlineStore) account.
{% endhint %}

{% stepper %}
{% step %}

### Generate a API token in Mijnwebwinkel (MyOnlineStore)

To import your product data from Mijnwebwinkel (MyOnlineStore), you'll need to generate a token. A token provides access to your product data so Channable can import it into your Channable account.

* Log in to your Mijnwebwinkel account: <https://account.mijnwebwinkel.nl/login>

[![channable\_setting-up\_importing-products-importing-products-from-mijnwebwinkel-0.png](/files/c89f3363d338b8a5b3f39496ade10d417f2abb68)](https://helpcenter.channable.com/hc/article_attachments/21017797351442)

* Go to Settings > API.
* Click + Add new token.

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

* For Partner, select Channable. Leave all remaining fields at their default values.

[![channable\_setting-up\_importing-products-importing-products-from-mijnwebwinkel-2.png](/files/3e2b9aca25eb29890318bdfd9bbd7671e153951d)](https://helpcenter.channable.com/hc/article_attachments/21017797356690)

* Click Save.
* Your new Channable token will appear. Click Show token and copy your token. You'll need it in the next step.

<figure><img src="/files/f79b25b4d3877457df54bc5b9fc47ead14f0b114" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create a Mijnwebwinkel connection in Channable (Your data source & Import settings)

* In Channable, open the project you want to import your product data to.
* Go to **Setup > Import** and click **+ Choose import method**. Select **Mijnwebwinkel**.
* Click **Add new connection** or select an existing connection.&#x20;
  * For **Label**, give your connection a descriptive name (e.g. "Mijnwebwinkel import").
  * For **Token**, paste the token you copied in the previous step.
* Click **Connect with Mijnwebwinkel**.

In your new Mijnwebwinkel connection:

* For **Name**, give your import connection a name (e.g. "Mijnwebwinkel EN").
* For **Choose language**, select the language your product data is in.
* Click **Run import**. You'll be redirected to the **Import mapping** step to map your product information.
  {% endstep %}

{% step %}

### Import mapping

Import mapping displays fields retrieved from your Mijnwebwinkel (MyOnlineStore) account (e.g. price, description, title).

In this step, match your imported fields to Channable's standardized project fields. Channable does most mapping automatically, but it's important to review and adjust before importing.

{% hint style="info" %}
Tip: Want to learn more about how import mapping works in Channable? Read our [dedicated guide on mapping](/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md).
{% 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**\
  Check that 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 Mijnwebwinkel (MyOnlineStore) product data.
  {% endstep %}

{% step %}

### Overview

* Go to **Overview** to view your imported products.
* After your product data has finished importing, click on an item to see detailed information.

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

Your Mijnwebwinkel import is now successfully set up! You can now use this product data 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/mijnwebwinkel-myonlinestore.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.
