[object Object]

← back to Filemaker Mcp

sync: every new order now auto-creates client + full invoice (UOM/Otto/FedEx/tax/resale/SKU/WC PATTERN/sold-ship blocks) + posts to Slack #general

e2e050fe3f035c86d8a41639b485d543ec69323a · 2026-06-29 12:20:19 -0700 · Steve

Files touched

Diff

commit e2e050fe3f035c86d8a41639b485d543ec69323a
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 29 12:20:19 2026 -0700

    sync: every new order now auto-creates client + full invoice (UOM/Otto/FedEx/tax/resale/SKU/WC PATTERN/sold-ship blocks) + posts to Slack #general
---
 bin/shopify-sync.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/shopify-sync.js b/bin/shopify-sync.js
index f59448c..047c2b0 100644
--- a/bin/shopify-sync.js
+++ b/bin/shopify-sync.js
@@ -88,7 +88,7 @@ async function main() {
       saveState(state);
     } catch (e) { log(`#${num} ERROR:`, e.message); }
   }
-  await reportCreated(results);
+  await reportProcessed(results);
 }
 
 main().catch((e) => { log('FATAL', e.message); process.exit(1); });

← b60dfd5 sync: every order now auto-creates client + full invoice (Ot  ·  back to Filemaker Mcp  ·  sync: refresh existing client's contact info from the order c4dc440 →