> ## Documentation Index
> Fetch the complete documentation index at: https://docs.famulor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# JTL-Wawi Integration

> Vollständige JTL-Wawi ERP-Integration für Artikelverwaltung, Auftragsabwicklung und Versandmanagement

# JTL-Wawi Integration Template

## Tool 1: Artikelabfrage

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `JTL-Wawi Artikelabfrage` |
    \| **Funktionsname**\* | `get_jtl_article` |
    \| **HTTP-Methode** | `GET` |
    \| **Endpoint**\* | `https://{{JTL_API_URL}}/api/v1/artikel/{article_id}` |
  </Tab>
</Tabs>

**Success-Template**: `"{{articleName}} ({{articleNumber}}): {{stock}} Stück auf Lager, Preis: {{price}}€ netto"`

## Tool 2: Auftrag anlegen

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `JTL-Wawi Auftrag anlegen` |
    \| **Funktionsname**\* | `create_jtl_order` |
    \| **HTTP-Methode** | `POST` |
    \| **Endpoint**\* | `https://{{JTL_API_URL}}/api/v1/auftraege` |
  </Tab>
</Tabs>

**Success-Template**: `"Auftrag {{orderNumber}} wurde angelegt. Der Auftrag wird nun in JTL weiterverarbeitet."`

## Tool 3: Versandstatus

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `JTL Versandstatus` |
    \| **Funktionsname**\* | `check_jtl_shipping` |
    \| **HTTP-Methode** | `GET` |
    \| **Endpoint**\* | `https://{{JTL_API_URL}}/api/v1/auftraege/{order_id}/versand` |
  </Tab>
</Tabs>

**Success-Template**: `"Versandstatus: {{status}}. {{#if trackingNumber}}Sendungsnummer: {{trackingNumber}} ({{carrier}}), versendet am {{shippedDate}}{{/if}}"`

***

<Tip>
  Passende Seiten: [Introduction](/de/automation-platform/introduction) und [Building Flows](/de/automation-platform/building-flows) und [Debugging Runs](/de/automation-platform/debugging-runs).
</Tip>

<Tip>
  Statt einzelner HTTP-Aktionen ein ganzes Toolset auf einmal? Externen **MCP-Server** verbinden — Tools werden automatisch erkannt. Siehe [MCP-Server](/de/platform/mcp-servers).
</Tip>
