Add ERP order import endpoint and n8n order-ingest flow export

This commit is contained in:
2026-03-29 20:45:00 +02:00
parent 09c978f8aa
commit b214723a46
18 changed files with 3554 additions and 0 deletions

4
public/order-import.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
declare(strict_types=1);
require dirname(__DIR__) . '/order-import.php';