# Lightspeed eCom E-series (Ecwid)

Lightspeed E-series is the new Lightspeed eCommerce platform (also known as Ecwid). This guide explains how to import product data from your Lightspeed eSeries webshop into Channable.

Before you start

You’ll need

* A Channable account with a project
* A Lightspeed eSeries account

Step-by-step setup

{% stepper %}
{% step %}

### Install the Channable app in Lightspeed App Market

* Open Lightspeed App Market.
* In the search bar, search for "Channable". The Channable app will appear as a search result.
* Select the Channable app and click **Install**.<br>

  <figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FS38djuDiO9dzMQmmFU8D%2F21018507638546?alt=media&#x26;token=c4e6a73e-105a-4533-a8d1-61825ca8f6a4" alt=""><figcaption></figcaption></figure>
* Accept the permissions to allow Channable to connect to your Lightspeed account. After accepting permissions, you'll be directed back to log in to your Channable account to finalize your connection.<br>

  <figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2F7i0C4WMKZD3Db4gpsHwm%2F21018443325330?alt=media&#x26;token=6c7b047a-2d17-44c1-a09a-0a25c29b743d" alt=""><figcaption></figcaption></figure>
* Log in to your Channable account.
  * If you are already logged into your Channable account you will automatically be sent to the connections page to save your connection.
* Click **Save**.

Your Channable account will be connected to Lightspeed and ready for when you create a Lightspeed import channel in a project.
{% endstep %}

{% step %}

### Set up your Lightspeed connection

* In Channable, open the project you want to import your product data to.
* Go to **Setup**, click **+ Set up import** and select **Lightspeed E - Series**.
* Select your Lightspeed eSeries connection.
* For **Name**, give your channel a descriptive name (e.g. "Lightspeed eSeries EN").
* For **Language**, select the language your product data is in.
* Click **Start import**. You'll be redirected to the **Edit Mapping** step to map your product information.
  {% endstep %}

{% step %}

### Map your product data

Edit mapping displays fields retrieved from your Lightspeed account (e.g. price, description, title).

Match your imported fields to Channable's standardized project fields. Channable does most mapping automatically, but 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](https://app.gitbook.com/s/UAGSVlvcNsqEqVUgr0tD/getting-started/fields-in-channable/field-mapping-in-channable).
{% endhint %}

{% stepper %}
{% step %}

#### 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.
{% endstep %}

{% step %}

#### 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**.
{% endstep %}

{% step %}

#### 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**.
{% endstep %}

{% step %}

#### Finalize mapping and import

Once you've finished mapping, click **Save & Import** to start importing your Lightspeed product data.

{% hint style="info" %}
If you specifically use Google categories in Lightspeed and want to import that data into Channable, [contact our Technical Support team](https://www.channable.com/contact).
{% endhint %}
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

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

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

<figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FF4eeSC1SucDxANeZXWz7%2F27665528752530?alt=media&#x26;token=a0a30e3f-b99b-4db4-98bb-794894f970ca" alt=""><figcaption></figcaption></figure>

Importing variants and translations

#### Variants

Channable imports each variant as a single item. Variants are configured in each product in Lightspeed E-Series in **Options > Variations**.

<figure><img src="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FDZO1YTaKLegJkWzqswJf%2F19247178364946?alt=media&#x26;token=8d89efff-c866-4c7e-acab-f6b45a992f89" alt=""><figcaption></figcaption></figure>

#### Translations

Some attributes of an item in Lightspeed E-Series are translatable. Channable imports all translations following the naming convention: “{attribute\_name}\_{locale}”. Each attribute will have a “main” translation in Lightspeed, which is the language of the shop itself.

Example: If you have a Dutch Lightspeed E-Series shop with the attribute “color” in both Dutch and English, Channable will import the following fields for the item: {"color": "rood", "colorr\_en": "red"}


---

# 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/lightspeed-ecom-e-series-ecwid.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.
