Setup guide
Quick start
Step-by-step paths through the Delink console — same labels you'll see in the product. Per-app TOML and webhook URLs live in each app's Setup panel; this guide tells you where to click, not what to paste.
Create your account
Click Start free trial, enter your email, and confirm the one-time code from your inbox.
In the console: Start free trial → enter email → confirm code
Use your free trial
After sign-in, register apps and test webhooks from the console. 7-day free trial. No card required. Subscribe on Billing anytime to keep access after trial ends.
In the console: Sidebar → Apps → register app
Register your Shopify app
On Apps, use Register app. Enter your app name and Shopify client secret (
shpss_…) from the Dev Dashboard (Dev Dashboard → Apps → your app → Settings → Client secret). Delink uses the secret to verify HMAC on incoming webhooks.In the console: Apps → Register app → App name + Shopify client secret
Copy webhook URL and TOML from Setup
Open your new app in the console and expand the Setup accordion. Copy the webhook URL and the
shopify.app.tomlsnippet — each app gets its own values; do not reuse another app's snippet. Paste the snippet into your existing[webhooks]section inshopify.app.toml.In the console: Apps → [your app] → Setup → Copy URL + Copy snippet
Deploy and install on a dev store
From your Shopify app project, run
shopify app deploy. Paste the webhook URL into your Shopify app configuration if your workflow requires it, then install the app on a development store so Shopify can deliver compliance webhooks.Confirm events in the log
Back on your app page, check the event log for verified deliveries. Trigger real compliance webhooks on your dev store, or use Test webhooks to send samples without a dev store. Toggle Show test events on that panel if you want samples to appear in the log. Your first real compliance webhook also starts billing. When Setup shows webhook verified, you're review-ready on ingest.
In the console: Apps → [your app] → Event log / Test webhooks
Optional: enable Forward
If you already have a compliance webhook handler, open the Forward tab on your app page. Paste your public HTTPS URL — not localhost or a private IP — enable Forward, and send a test event from Test webhooks. Delink verifies the webhook first, then forwards the same signed POST to your URL.
In the console: Apps → [your app] → Forward → URL + enable → Test webhooks
Optional: uninstall monitor
Delink also logs app/uninstalled with count and history — useful for churn signal, not required for review. How the uninstall monitor works.
Something not working?
Email us at support@getdelink.com. Tell us your app name, shop domain, and what you're seeing — we'll help you get unblocked.
Ready to wire up?
Start a free trial, register your app, and copy Setup from the console.