Skip to main content

Shopware Integration Template

Configuration in the Famulor Interface

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

| Name* | Shopware Bestellung anlegen | | Function Name* | create_shopware_order | | HTTP Method | POST | | Endpoint* | https://{{SHOPWARE_URL}}/api/order |
Success Template: "Order {{orderNumber}} has been successfully created. The customer will receive a confirmation at {{customer_email}}."