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

# WooCommerce Integration

> Vollständige WooCommerce WordPress-Integration für Lagerbestand, Kundensuche und Bestellungsmanagement

# WooCommerce Integration Template

## Tool 1: Lagerbestand prüfen

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `WooCommerce Lagerbestand` |
    \| **Funktionsname**\* | `check_woo_stock` |
    \| **HTTP-Methode** | `GET` |
    \| **Endpoint**\* | `https://{{WOO_SITE_URL}}/wp-json/wc/v3/products/{product_id}` |
  </Tab>
</Tabs>

**Success-Template**: `"{{productName}}: {{#if stockQuantity}}{{stockQuantity}} Stück verfügbar{{else}}{{stockStatus}}{{/if}}, Preis: {{price}}€"`

## Tool 2: Kundensuche

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `WooCommerce Kundensuche` |
    \| **Funktionsname**\* | `search_woo_customer` |
    \| **HTTP-Methode** | `GET` |
    \| **Endpoint**\* | `https://{{WOO_SITE_URL}}/wp-json/wc/v3/customers` |
  </Tab>
</Tabs>

**Success-Template**: `"Kunde gefunden: {{firstCustomer.first_name}} {{firstCustomer.last_name}}, {{firstCustomer.orders_count}} Bestellungen, Kunde seit {{firstCustomer.date_created}}"`

## Tool 3: Bestellung erstellen

### Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `WooCommerce Bestellung` |
    \| **Funktionsname**\* | `create_woo_order` |
    \| **HTTP-Methode** | `POST` |
    \| **Endpoint**\* | `https://{{WOO_SITE_URL}}/wp-json/wc/v3/orders` |
  </Tab>
</Tabs>

**Success-Template**: `"Bestellung #{{orderNumber}} angelegt. Gesamtbetrag: {{total}}€. Der Kunde erhält eine Bestätigungs-E-Mail."`

***

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