# EAN import

### Native WooCommerce EAN

* Navigate to **External Importer > Settings > Import**.
* Activate the "Import GTIN/EAN" checkbox.
* This will import the EAN into the **GTIN, UPC, EAN, or ISBN** field in WooCommerce.

<figure><img src="/files/3OvKU9ajFQZtqkFqBp6l" alt=""><figcaption></figcaption></figure>

### Third-party EAN Plugins

* Install the **EAN for WooCommerce** plugin.
* The EAN will be stored in the product meta with the `_alg_ean` key.
* Go to **External Importer > Settings > Custom Fields** and configure the settings accordingly:

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

As a result, EANs will be imported into EAN for WooCommerce:

<figure><img src="/files/4n89e35HBzhIVHClktv3" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Please note that not all parsers have methods for getting EANs. [Custom parsers](/extracting-products/custom-advanced-parsers.md) may be required.
{% endhint %}


---

# 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://ei-docs.keywordrush.com/importing-to-woocommerce/ean-import.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.
