viniculum2026 setup

Dev Dashboard: The Settings tab only shows Client ID and Secret. App URL, redirect URLs, and scopes are configured under the Versions tab.

1. Create / release an app version

  1. Open dev.shopify.com/dashboard
  2. Select viniculum2026 → left sidebar Versions
  3. Click Create version (or edit latest) → Release
  4. Set these fields:
App URL https://vini.dev-bsmn.com
Redirect URL (allowed redirection URL) https://vini.dev-bsmn.com/auth/callback

Under Access / Scopes, select Admin API scopes including at least read_products, read_orders, etc.

Uncheck Embed app in Shopify admin (backend app).

2. Credentials (Settings tab)

Client ID c3a719011456758f254d91a2a58fb9eb

Copy Client ID and Secret into .env — already done if install runs.

3. Install & get token

  1. Uninstall the app from the store if already installed
  2. Open: https://vini.dev-bsmn.com/auth/install?shop=YOUR-STORE.myshopify.com
  3. Approve permissions as store owner
  4. Success page should show shpat_ token and non-empty scopes

OAuth mode

Managed scopes (Dev Dashboard default): OFF — scopes come from your app Version, not the OAuth URL.

To pass scopes in the OAuth URL instead, set SHOPIFY_USE_MANAGED_SCOPES=false and enable Use legacy install flow in your app version.

← Back to install