StoreFix
← Dashboard

Connect your Shopify store

A free scan reads what your storefront publishes. Connecting reads the fields themselves — so “no meta description” stops being something we inferred from your HTML and becomes a field we can show you, and write to once you approve the change.

Four steps, about two minutes

  1. 1

    Open your Shopify admin

    Go to Settings → Apps and sales channels → Develop apps. If you see a button asking you to allow custom app development, press it.

  2. 2

    Create an app

    Press "Create an app". Name it anything — "StoreFix" works. You are the developer of this app; it is private to your store and cannot be installed anywhere else.

  3. 3

    Tick two scopes

    Configuration → Admin API integration → Configure. Tick read_products, and tick write_products if you want us to be able to apply a fix you approve. Nothing else. Not orders, not customers.

  4. 4

    Install it and copy the token

    API credentials → Install app. Shopify reveals the Admin API access token once — it starts with shpat_. Copy it straight into the box below.

Why a custom app and not “Install”

A one-click install needs a public app in Shopify's App Store, which needs a Shopify Partner account held by someone of majority age and an app review before write access is granted. StoreFix does not have that yet. A custom app is Shopify's own supported path for this and produces the same Admin API credential — the only difference is where the token came from, and you keep control of it.

You can revoke it any time from that same app page in your admin. Disconnecting here deletes our copy; revoking there kills the token itself. They're different things and it's worth doing both when you're finished.

The .myshopify.com one, not your custom domain. Settings → Domains shows it.

We verify the token against Shopify before storing anything, so you find out here if it's wrong rather than later. It's then encrypted into a cookie only this server can read — no database, no copy anywhere else. Disconnecting deletes it outright.