> 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/ccv-shop.md).

# CCV Shop

You'll need

* A CCV Shop account

***

{% stepper %}
{% step %}

### Step 1: Install the Channable app in CCV Shop

* In Channable, open the project where you want to import your product data.
* Go to **Setup**, click **+ Set up import**, and select **CCV Shop**.
* Click **Connect with CCVShop**. This will redirect you to CCV Shop to install the Channable app.
* If you aren't automatically directed to CCV Shop's Channable app page, in CCV Shop, go to **App Store > Show all apps**. In **Sales channels**, search for **Channable** and select it.
* Install the Channable app from CCV Shop. A pop-up will appear explaining the permissions/rights Channable will have after connecting.
* Click **Continue**.

<figure><img src="/files/20f0006075e6023c599db41558138ee3d312acc7" alt=""><figcaption></figcaption></figure>

You'll be redirected back to Channable to finalize your connection.
{% endstep %}

{% step %}

### Step 2: Set up your CCV Shop connection

After installing the Channable extension, a pop-up window will appear in Channable to configure your CCV Shop connection.

* For **Name**, give your connection a descriptive name (e.g. "CCV import").
* 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 %}

### Step 3: Map your products

This page displays your import fields (fields retrieved from your CCV Shop 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](/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md) most import fields to our standardized fields, but it's important to review and adjust these before importing.

Before you continue:

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

Note: Check the **Status** column in **Setup** to check your import progress. Your product data is fully imported when the Status is **Finished**.
{% 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="/files/45b77b11b43e2a3d8161af47d4a8ce07a97fe5eb" 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:

```
GET https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/ccv-shop.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.
