|
@@ -218,11 +218,12 @@ No special configuration needed. The OAuth flow is initiated from the dashboard.
|
|
|
|
|
|
|
|
1. Register your app with ShopRenter by emailing partnersupport@shoprenter.hu with:
|
|
1. Register your app with ShopRenter by emailing partnersupport@shoprenter.hu with:
|
|
|
- **Application Name**: ShopCall.ai - AI Phone Assistant
|
|
- **Application Name**: ShopCall.ai - AI Phone Assistant
|
|
|
- - **EntryPoint URL**: `https://yourdomain.com/integrations?sr_install=...`
|
|
|
|
|
|
|
+ - **EntryPoint URL**: `https://yourdomain.com/integrations`
|
|
|
- **RedirectUri URL**: `https://YOUR_PROJECT.supabase.co/functions/v1/oauth-shoprenter-callback`
|
|
- **RedirectUri URL**: `https://YOUR_PROJECT.supabase.co/functions/v1/oauth-shoprenter-callback`
|
|
|
- **UninstallUri URL**: `https://YOUR_PROJECT.supabase.co/functions/v1/webhook-shoprenter-uninstall`
|
|
- **UninstallUri URL**: `https://YOUR_PROJECT.supabase.co/functions/v1/webhook-shoprenter-uninstall`
|
|
|
- **Application Logo**: 250x150px PNG with transparency
|
|
- **Application Logo**: 250x150px PNG with transparency
|
|
|
- **Required Scopes**: `product:read`, `product:write`, `customer:read`, `customer:write`, `order:read`, `order:write`, `category:read`, `webhook:read`, `webhook:write`
|
|
- **Required Scopes**: `product:read`, `product:write`, `customer:read`, `customer:write`, `order:read`, `order:write`, `category:read`, `webhook:read`, `webhook:write`
|
|
|
|
|
+ - **Note**: EntryPoint URL should be a static HTTPS endpoint. ShopRenter will call it with authentication parameters, and our backend will redirect with the `sr_install` parameter.
|
|
|
|
|
|
|
|
2. Once approved, you'll receive:
|
|
2. Once approved, you'll receive:
|
|
|
- **ClientId** (add to `SHOPRENTER_CLIENT_ID`)
|
|
- **ClientId** (add to `SHOPRENTER_CLIENT_ID`)
|