Shopware Integration Template

Tool 1: Produktsuche

Konfiguration im Famulor Interface

| Name* | Shopware Produktsuche | | Funktionsname* | search_shopware_products | | HTTP-Methode | POST | | Endpoint* | https://{{SHOPWARE_URL}}/api/search/product |
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

| Name* | Shopware Bestellung anlegen | | Funktionsname* | create_shopware_order | | HTTP-Methode | POST | | Endpoint* | https://{{SHOPWARE_URL}}/api/order |
Success-Template: "Bestellung {{orderNumber}} wurde erfolgreich angelegt. Der Kunde erhält eine Bestätigung an {{customer_email}}."