Skip to main content

JTL-Wawi Integration Template

Tool 1: Product Query

Configuration in the Famulor Interface

| Name* | JTL-Wawi Artikelabfrage | | Function Name* | get_jtl_article | | HTTP Method | GET | | Endpoint* | https://{{JTL_API_URL}}/api/v1/artikel/{article_id} |
Success Template: "{{articleName}} ({{articleNumber}}): {{stock}} pieces in stock, price: €{{price}} net"

Tool 2: Create Order

Configuration in the Famulor Interface

| Name* | JTL-Wawi Auftrag anlegen | | Function Name* | create_jtl_order | | HTTP Method | POST | | Endpoint* | https://{{JTL_API_URL}}/api/v1/auftraege |
Success Template: "Order {{orderNumber}} has been created. The order will now be further processed in JTL."

Tool 3: Shipping Status

Configuration in the Famulor Interface

| Name* | JTL Versandstatus | | Function Name* | check_jtl_shipping | | HTTP Method | GET | | Endpoint* | https://{{JTL_API_URL}}/api/v1/auftraege/{order_id}/versand |
Success Template: "Shipping status: {{status}}. {{#if trackingNumber}}Tracking number: {{trackingNumber}} ({{carrier}}), shipped on {{shippedDate}}{{/if}}"