@if($integration && $integration->isActive())
Connected! Your Shopify store is connected and active.
Shop Domain: {{ $integration->shop_domain }}
Disconnecting will remove all webhooks and stop receiving order notifications.
Send a test notification to verify your integration is working correctly.
Available Templates:
Template Components:
@else
How to get your Shopify Access Token:
- Log in to your Shopify admin panel
- Go to Apps > Manage private apps
- Click "Create new private app"
- Give your app a name (e.g., "WhatsApp Notifications")
- Set the following permissions:
- Orders: Read and write
- Customers: Read
- Products: Read
- Save the app
- Copy the "Admin API access token"
- Paste it in the form above
@endif