> For the complete documentation index, see [llms.txt](https://ei-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ei-docs.keywordrush.com/importing-to-woocommerce/ean-import.md).

# 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/ZaKFDOqgDw755szAc5E4" 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 %}
