> 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/magento-2.md).

# Magento 2

Learn how to install the Channable Connect plugin and import Magento 2 product data into Channable.

***

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Before you start

**You’ll need**

* A Magento 2 account
* [Composer](https://getcomposer.org/doc/00-intro.md) installed to your server to install and configure your Channable Connect plugin

**Good to know**

<details>

<summary><strong>How to check whether Composer is installed</strong></summary>

You can check if your server (the computer hosting your Magento 2 online store) has Composer installed by running the following command: `composer -v`

</details>

<details>

<summary><strong>Back up your webshop first</strong></summary>

Back up your webshop files before you start. This helps prevent problems and downtime.

</details>

***

{% stepper %}
{% step %}

### Install the Channable Connect plugin

Download the official [Channable Connect plugin](https://www.magmodules.eu/magento2-channable-connect.html). You receive a ZIP file.

Choose one installation method:

<details>

<summary><strong>Option 1: Install using Magento Marketplace</strong></summary>

To install using Magento marketplace, you need to use authentication tokens. This is free to download.

1. Go to [Channable’s Connect extension](https://marketplace.magento.com/magmodules-magento2-channable.html).
2. For **Edition**, select **Magento Open Source**. For **Your store version**, select **2.4 (Magento Open Source)**.
3. Click **Add to cart**, click the cart icon, then click **Proceed to checkout**.
4. Click **Sign in with Adobe ID**. If needed, click **Create an account** to create a free account. You only need this account to download the plugin.
5. In the **Marketplaces** section, go to **Access Keys**. Find your **Public Key** and **Private Key** for **Magento Marketplace**.
   1. If you don't have keys, click **Create a new access key**. Enter a descriptive name, then click **Generate new**.
6. Make note of the **Public Key** and **Private key** as you’ll need them to install the plugin.
7. Continue with [step 2 of this guide](https://www.magmodules.eu/help/magento2-channable-connect/install-using-marketplace.html).

</details>

<details>

<summary><strong>Option 2: Install using FTP and SSH </strong><mark style="color:$primary;"><strong>(recommended for developers)</strong></mark></summary>

This method is recommended for developers. It requires familiarity with command-line tools and server environments.

Follow [this installation guide](https://github.com/magmodules/magento2-channable?tab=readme-ov-file#channable-connect-for-magento-2).

</details>
{% endstep %}

{% step %}

### Configure the plugin in Magento 2

1. Log in to your Magento backend.
2. In the sidebar, click **Channable**.
3. In **Configuration**, select **Product feed**. This page shows the product attributes sent to Channable.
4. Map each attribute to its corresponding field.

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

{% hint style="info" %}
Under **Advanced Options**, add attributes to improve your data quality.
{% endhint %}

5. Scroll to **Feeds**. For the storefront you want to add, click **Auto Connect with Channable**.

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

This redirects you to Channable and creates a connection with the required information. Log in to Channable if needed.

6. Click **Save** to save the connection.
   {% endstep %}

{% step %}

### Set up your Magento import

1. In Channable, open the project where you want to import product data.
2. Go to **Setup > Import** > **+ Choose import method** > **Magento**.
3. Under **Choose an existing connection or create a new one**, select the Magento connection you created.
4. Enter a descriptive connection name. For several storefronts, include the store name and locale. For example: `STORE NAME - EN`.
5. Click **Connect with Magento**.
   {% endstep %}

{% step %}

### Map your product data to project fields

The **Import mapping** page shows fields from your Magento 2 account, such as `price`, `description`, and `title`.

Match these fields to Channable's standard project fields. Review the automatic mappings 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 %}

1. **Compare and adjust mapping.**
   * Review your **Imported data fields** against the matched **Project fields**. Select a different project field if a match is incorrect.
2. **Check and correct field types.**
   * Click **Edit** next to a field with the wrong type. Select the correct type, then click **Save & Import**.
3. **Exclude fields (optional).**
   * Select the field in the **Select** column, then select the **Exclude** checkbox.
4. Confirm that the import fields are mapped to the correct project fields.
5. Click **Save & Import** when you are ready.
   {% endstep %}

{% step %}

### Overview

After importing, your products are synced from Magento 2.

1. In the sidebar, go to **Items** to view your products.
2. Click an item and scroll down to view its product details.
   {% 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/magento-2.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.
