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.