Konfiguriere Shopify-App- und Callback-URLs

This commit is contained in:
2026-08-12 14:41:57 +02:00
parent cd5ef087ed
commit 961ea92df2
@@ -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.