# Oxid

Oxid eSales is a German eCommerce platform. You can import your product data from Oxid using a plugin created by our partner Response GmbH.

In this article, you'll learn how to import your product data from Oxid after installing and setting up the Oxid Channable plugin.

***

### Before you start

You'll need

* A Oxid account
* An Oxid Channable plugin that's installed in your Oxid backend.

{% stepper %}
{% step %}

### Step 1: Generate tokens in Oxid

* Log in to your Oxid eshop backend.
* Go to **Extensions > Modules**.
* Select the Channable plugin.

<figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FdQlRnfpA7Yq5DgWEcbCK%2F20358976177042?alt=media&#x26;token=d5f28cb4-20a5-49f8-a87e-c374a682c9e9" alt=""><figcaption></figcaption></figure>

* Within your Channable plugin, go to the **Settings** tab.
* In the **Basic settings** dropdown, choose how you want to export your product data to Channable.
* Note your **Store token** and **Store URL**, as you will need these in the next step.

<figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FWlMkbSssMaeA9JTBG6B5%2F20358960482962?alt=media&#x26;token=4aa7b6df-0c47-4177-9052-662d6fde188a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Step 2: Create your Oxid connection

* In Channable, open the project where you want to import your product data.
* Go to **Setup**, click **+ Set up import**, and select **Oxid**.
* Fill in the required information:
  * For **Label**, give your import channel a descriptive name (e.g. "Oxid").
  * For **Oxid token**, fill in the **Store token** generated in Step 1.
  * For **Oxid URL**, paste the **Store URL** you noted in Step 1.
* Click **Connect with Oxid**. This takes you to your import settings.
  * For **Name**, give your Oxid connection a descriptive name (e.g. "Oxid").
* Click **Start import**. You'll be redirected to the **Edit Mapping** page to map your product information.
  {% endstep %}

{% step %}

### Step 3: Map your products

This page displays your import fields (fields retrieved from your Oxid 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\
  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 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 monitor your import progress. Your product data is fully imported when the Status is **Finished**.
{% endhint %}
{% endstep %}

{% step %}

### Step 4: 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%2FdUCH8eQq8cyNj0yXAEKa%2F27792055632146?alt=media&#x26;token=ba2ac512-e2b2-486c-95af-3c6353607eef" 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/oxid.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.
