> ## 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 for product search and order management during customer conversations

# Shopware Integration Template

## Tool 1: Product Search

### Configuration in the Famulor Interface

<Tabs>
  <Tab title="Tool Details">
    \| **Name**\* | `Shopware Produktsuche` |
    \| **Function Name**\* | `search_shopware_products` |
    \| **HTTP Method** | `POST` |
    \| **Endpoint**\* | `https://{{SHOPWARE_URL}}/api/search/product` |
  </Tab>
</Tabs>

**Success Template**: `"I found {{total}} products. {{products[0].name}}: €{{products[0].price[0].gross}}, {{products[0].availableStock}} units available."`

## Tool 2: Create Order

### Configuration in the Famulor Interface

<Tabs>
  <Tab title="Tool Details">
    \| **Name**\* | `Shopware Bestellung anlegen` |
    \| **Function Name**\* | `create_shopware_order` |
    \| **HTTP Method** | `POST` |
    \| **Endpoint**\* | `https://{{SHOPWARE_URL}}/api/order` |
  </Tab>
</Tabs>

**Success Template**: `"Order {{orderNumber}} has been successfully created. The customer will receive a confirmation at {{customer_email}}."`

***

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