The Shopify Dev Dashboard is Shopify's central hub for building and managing apps — creating apps, generating API credentials, watching logs and health metrics, and spinning up development stores to test in. It is a builder's tool, not a place to see your store's sales or profit. If you landed here hoping to understand what your store actually keeps after ad spend and fees, you want the Analytics dashboard or a profit tool instead — this guide covers both, and where the line falls.

What the Shopify Dev Dashboard actually is

The Dev Dashboard is where anyone building on Shopify manages their apps, dev stores, and product catalogs in one place (Shopify — Dev Dashboard). Think of it as the workshop behind the storefront. Nothing your customers see lives here.

It matters to two kinds of people. Developers and agencies building apps live in it daily. And regular merchants land in it the moment they need a "custom app" — usually to connect an outside system to their store or to pull their own data out through the API.

That second group is who this article is for. You do not need to write code to open the Dev Dashboard, but you do need to know what it is and is not before you start clicking.

The main things you can do in it

Shopify's own documentation groups the Dev Dashboard's jobs into a short list (Shopify — Dev Dashboard):

  • Create and manage apps. See every app tied to your organization, check its status, and configure it.
  • Generate credentials. Produce the Client ID, Client secret, and access tokens an app uses to call Shopify's APIs.
  • Read logs and health metrics. View webhook deliveries, response times, and errors so you can diagnose why an integration broke.
  • Run development stores. Spin up a free test store on any plan to build and try changes before they touch your live shop.
  • Build catalogs. Create filtered product views — for example, scoped by price or taxonomy — for AI agents to read.

For most sellers, the first two are the point. You create an app, grab its credentials, and hand them to whatever tool needs to talk to your store.

Dev Dashboard vs Partner Dashboard vs your Analytics dashboard

The word "dashboard" gets overloaded inside Shopify, and mixing them up wastes hours. Here is the clean split.

The Dev Dashboard is for building apps and integrations, as covered above. The Partner Dashboard is the business console for agencies and freelancers — it tracks referrals, development stores you build for clients, app listings, and the payouts you earn from them. If your question is about commissions or managing client stores, that is a different tool, and our guide to the Shopify Partners dashboard walks through it.

The Analytics dashboard is the one most store owners actually mean. It lives in your admin under Analytics and shows sales, sessions, conversion rate, and average order value — the numbers about your business, not your code. It is the system of record for what sold.

Quick test: if you want to see money, use Analytics. If you want to connect or build something, use the Dev Dashboard. If you get paid to build for other people, use the Partner Dashboard.

What changed for custom apps

If a guide told you to make a custom app under Settings, that path has moved. Shopify consolidated custom app creation into the new Dev Platform and Dev Dashboard, giving developers one streamlined place to build, test, and update apps (Shopify Changelog — build apps with the new Dev Dashboard).

In practice, creating a custom app now follows four steps in the Dev Dashboard (Shopify — create apps using the Dev Dashboard): create the app, publish a version with your chosen scopes and webhook API version, install it on your store, then copy the Client ID and secret to request an access token. If a screenshot in an older tutorial does not match what you see, that migration is usually why.

The profit question the Dev Dashboard can't answer

Here is where a lot of sellers get stuck. You open the Dev Dashboard expecting insight into your business, and instead you find API scopes and webhook logs. That is by design — building the pipe is not the same as reading the water.

Even your Analytics dashboard, the right place for business numbers, has a known blind spot: it shows revenue but not net profit after ad spend, shipping, transaction fees, and returns (Luca — Shopify Analytics guide). Shopify credits the last click before a sale, so it also undercounts channels like SEO and email that assist earlier. That is not a flaw so much as a scope limit, and it is exactly why the reporting-tool ecosystem exists.

If choosing among those tools is where you are headed, start with our breakdown of how to choose the best ecommerce reporting tools, and the wider map of ecommerce business intelligence for how the pieces fit.

A worked example: revenue is not profit

The reason this matters is that a healthy-looking sale can be a losing one. Walk a single order.

Say you sell a printed mug for fifty dollars. Here is what each cost line does to it — every figure below is an illustration you would replace with your own numbers, not a market statistic.

Line Running total
Selling price $50.00
− Product, packaging, freight $50.00 − $15.00 = $35.00
− Shipping to the customer $35.00 − $8.00 = $27.00
− Payment and platform fees $27.00 − $1.50 = $25.50
− Ad spend to win the order $25.50 − $12.00 = $13.50
− Returns reserve $13.50 − $3.00 = $10.50

That "seventy percent margin" mug is really a twenty-one percent order once it sells online ($10.50 ÷ $50.00 = 0.21). Published benchmarks bear out the gap: typical direct-to-consumer gross margins run high, often in the sixty-to-eighty-percent range, while true contribution margin on the same product frequently lands closer to fifteen-to-thirty percent (Saras — ecommerce contribution margin). Native Shopify shows you the fifty dollars and, on higher plans, the product cost. The rest of that table is what it can't assemble on its own.

Where an AI operator fits

Once you accept that profit lives across several systems — your store, your ad accounts, your print supplier — the job becomes stitching them together and then acting on what they say. That is a different thing from a dashboard.

This is the gap PodVector fills. It connects your Shopify store, Meta Ads, Google Ads, Printify, and Printful, then computes your true per-order profit after those costs — the version of the mug table above that fills itself in from live data. On top of that sits Victor, an AI operator who analyzes that data and can take Shopify-side actions with your approval. Victor reads your ad performance to spot where money leaks, but he does not touch your ad account — he proposes the move and acts on the Shopify side once you say yes. Victor is not a dashboard; he is an operator you can ask questions in plain language.

If you started in the Dev Dashboard trying to wire up your own profit pipeline, that is the manual road. See what a connected profit view looks like if you would rather skip the plumbing.

FAQs

Is the Shopify Dev Dashboard the same as the Analytics dashboard?

No. The Dev Dashboard is for building and managing apps, credentials, and dev stores. The Analytics dashboard, in your Shopify admin, shows your store's sales, sessions, and conversion metrics. They share a word and nothing else. If you want to see how your business is doing, you want Analytics.

Do I need to be a developer to use the Dev Dashboard?

Not to open it or create a basic custom app — the Dev Dashboard walks you through creating an app, publishing a version, and copying credentials. But making that app do something useful, or reading the logs when it breaks, quickly gets technical. Many sellers use the Dev Dashboard only to generate credentials that a no-code tool or a hired developer then plugs in.

How is the Dev Dashboard different from the Partner Dashboard?

The Partner Dashboard is for agencies and freelancers who build stores or apps for other people — it tracks client stores, referrals, and payouts. The Dev Dashboard is purely for building and managing the apps themselves. You might use both if you build for clients, or only the Dev Dashboard if you are wiring up your own single store.

Why did my custom app setup move?

Shopify consolidated custom app creation into the Dev Platform and Dev Dashboard for a more standardized, secure flow (Shopify Changelog). Older tutorials that point to a custom-app page under Settings are out of date; the current path runs through the Dev Dashboard's create-app steps.

Can the Dev Dashboard show me my profit?

No. It exposes API access and app health, not business results. Even Shopify's Analytics dashboard stops at revenue and gross margin rather than net profit after ad spend, shipping, fees, and returns (Luca). Getting to true profit means combining store, ad, and fulfillment data — either by building that pipeline yourself through the Dev Dashboard, or using a tool that connects those sources for you.