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

> Complete JTL-Wawi ERP integration for product management, order processing, and shipping management

# JTL-Wawi Integration Template

## Tool 1: Product Query

### Configuration in the Famulor Interface

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

**Success Template**: `"{{articleName}} ({{articleNumber}}): {{stock}} pieces in stock, price: €{{price}} net"`

## Tool 2: Create Order

### Configuration in the Famulor Interface

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

**Success Template**: `"Order {{orderNumber}} has been created. The order will now be further processed in JTL."`

## Tool 3: Shipping Status

### Configuration in the Famulor Interface

<Tabs>
  <Tab title="Tool Details">
    \| **Name**\* | `JTL Versandstatus` |
    \| **Function Name**\* | `check_jtl_shipping` |
    \| **HTTP Method** | `GET` |
    \| **Endpoint**\* | `https://{{JTL_API_URL}}/api/v1/auftraege/{order_id}/versand` |
  </Tab>
</Tabs>

**Success Template**: `"Shipping status: {{status}}. {{#if trackingNumber}}Tracking number: {{trackingNumber}} ({{carrier}}), shipped on {{shippedDate}}{{/if}}"`

***

<Tip>
  Related pages: [Introduction](/en/automation-platform/introduction) and [Building Flows](/en/automation-platform/building-flows), and [Debugging Runs](/en/automation-platform/debugging-runs).
</Tip>

<Tip>
  Need a whole toolset instead of building HTTP actions one by one? Connect an external **MCP server** — tools are discovered automatically. See [MCP Servers](/en/platform/mcp-servers).
</Tip>
