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

# Shopware Integration

> Shopware 6 E-Commerce-Integration für Produktsuche und Bestellungsmanagement während Kundengesprächem

# Shopware Integration Template

## Tool 1: Produktsuche

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `Shopware Produktsuche` |
    \| **Funktionsname**\* | `search_shopware_products` |
    \| **HTTP-Methode** | `POST` |
    \| **Endpoint**\* | `https://{{SHOPWARE_URL}}/api/search/product` |
  </Tab>
</Tabs>

**Success-Template**: `"Ich habe {{total}} Produkte gefunden. {{products[0].name}}: {{products[0].price[0].gross}}€, {{products[0].availableStock}} Stück verfügbar."`

## Tool 2: Bestellung anlegen

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `Shopware Bestellung anlegen` |
    \| **Funktionsname**\* | `create_shopware_order` |
    \| **HTTP-Methode** | `POST` |
    \| **Endpoint**\* | `https://{{SHOPWARE_URL}}/api/order` |
  </Tab>
</Tabs>

**Success-Template**: `"Bestellung {{orderNumber}} wurde erfolgreich angelegt. Der Kunde erhält eine Bestätigung an {{customer_email}}."`

***

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