# eCommerce Integrator

Der eCommerce Integrator (eCI) ist eine eCommerce Middleware (aka Schnittstelle, Connector, o.Ä.), die den Austausch von Stamm- und Bewegungsdaten zwischen deinen Onlineshops, Plattformen und ERP- bzw. Warenwirtschaftssystem übernimmt.

Detaillierte Informationen zu den eCommerce Integrator Apps und Plugins findest du auf der Webseite <https://www.ecommerce-integrator.de>

{% hint style="info" %}
Zum Betrieb der Schnittstelle benötigst du mindestens zwei Komponenten:

* eine eCI App, die auf deinem Windows-System installiert ist (z.B. eCI JTL-Wawi)
* ein eCI Plugin in deinem Onlineshop (z.B. eCI Shopware oder eCI Magento)
  {% endhint %}

Diese Dokumentation beschreibt die Core-Funktionalitäten des eCommerce Integrator.

## Dokumentation der Endpunkte

Für folgende eCI Apps und Plugins stehen dir Dokumentationen zur Verfügung:

* [JTL-Wawi](https://docs.ecommerce-integrator.de/jtl-wawi)
* [Shopware 6](https://docs.ecommerce-integrator.de/shopware6)
* [Shopware 5](https://docs.ecommerce-integrator.de/shopware5)
* [Magento 2](https://docs.ecommerce-integrator.de/magento2)
* [Magento 1 / OpenMage](https://docs.ecommerce-integrator.de/magento1)


---

# 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://docs.ecommerce-integrator.de/main/master.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.
