From 961ea92df2e042c62d95c826f09383f5f5f80960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Wed, 12 Aug 2026 14:41:57 +0200 Subject: [PATCH] Konfiguriere Shopify-App- und Callback-URLs --- .../erp/import-integration/shopify-umstellung-checkliste.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/modules/erp/import-integration/shopify-umstellung-checkliste.md b/docs/modules/erp/import-integration/shopify-umstellung-checkliste.md index 531a5fd..5cc5ca5 100644 --- a/docs/modules/erp/import-integration/shopify-umstellung-checkliste.md +++ b/docs/modules/erp/import-integration/shopify-umstellung-checkliste.md @@ -125,6 +125,11 @@ Fachliche Übergabe: `erp/bestellungen` - [x] Separate Shopify-App `Naurua ERP Order Sync` im Dev Dashboard angelegt. - [x] Read-only-Bereiche im App-Entwurf hinterlegt: `read_orders`, `read_all_orders`, `read_customers`, `read_products`. - [x] App-Version bewusst noch nicht veröffentlicht, da App-/Callback-URL noch nicht implementiert ist. +- [x] App-URL festgelegt und im Entwurf hinterlegt: `https://erpnaurua.imhochrain.ch/`. +- [x] OAuth-Callback-URL festgelegt und im Entwurf hinterlegt: `https://erpnaurua.imhochrain.ch/api/shopify/oauth/callback`. +- [ ] Webhook-URL implementieren und registrieren: `https://erpnaurua.imhochrain.ch/api/shopify/webhooks`. +- [x] Belegt: Root-Domain ist erreichbar. +- [x] Belegt: OAuth-Callback- und Webhook-Pfade liefern aktuell `404`, da sie noch nicht implementiert sind. - [ ] Verbindliche Shopify-API-Version festlegen. - [ ] Zugangsdaten sicher in DEV-Konfiguration hinterlegen. - [ ] GraphQL-Abfragen für Initialbestand definieren.