If you searched "shopify partner dashboard create app," you're at the consideration stage: you know Shopify lets you build apps, and you want to know how the creation flow works before you commit. This guide walks the exact clicks, then does the part the ranking pages skip — the money math that tells you whether building is worth it at all.
Two ways to create a Shopify app
Before you touch the dashboard, know that Shopify gives you two front doors, and they lead to different places (Shopify Dev — create apps using the Dev Dashboard):
- From your Partner account (the Dev Dashboard). This is the path most people mean by "create shopify app partner dashboard." You build an app that can be installed on many stores, and it's how you'd start a public App Store listing or a reusable custom app.
- From a single store's admin. A store owner can create a custom app scoped to that one store, mainly to use the Admin API or pull data out.
The Partner-account path is the flexible one, so the rest of this walkthrough uses it. Note that Shopify has been migrating app creation from the older Partner Dashboard into the newer Dev Dashboard, reachable from the same Partner login.
How to create an app in the Shopify Partner Dashboard
Here's the step-by-step flow, matching Shopify's own documented sequence (Shopify Dev).
Step 1 — Create the app shell
Sign in to your Partner account and open the Dev Dashboard. Select Apps in the left navigation, then Create app in the top right. Choose Start from Dev Dashboard, give the app a name, and click Create. You now have an empty app record with a Client ID and Client secret waiting in Settings.
Step 2 — Configure a version
Open the Versions tab. Here you set your app URL (Shopify provides a default home URL if you don't have one yet), pick the webhooks API version — newest is the safe default — and choose your app scopes. Scopes define exactly which data and actions your app can reach, so request the narrowest set that does the job. When it's ready, select Release.
Step 3 — Install it on a store
From the app's Home, scroll to Install app, then pick or create a development store and confirm. Installing on a dev store lets you test against real Shopify data without touching a live shop.
Step 4 — Authenticate
Grab the Client ID and Client secret from Settings and use them to request an access token from Shopify's OAuth endpoint. If you build with the Shopify CLI instead, authentication is handled for you — the Dev Dashboard path is the lighter-weight option for quick integrations.
That's the entire creation loop. The clicks are easy; the strategy underneath them is where money is won or lost.
Custom app vs public app: which are you building?
The dashboard doesn't force this choice up front, but it shapes everything after (Gadget — Shopify admin vs partner apps):
- A custom app serves one store (or a handful you control). No listing, no review queue, no revenue share — you're building a private tool.
- A public app is meant for the Shopify App Store, open to any merchant. It goes through app review, and it earns money under Shopify's revenue share terms.
If your goal is to solve a problem for your own store, you almost certainly want a custom app — and, as you'll see below, you may not need to build anything at all.
The revenue share math the SERP skips
Every "how to create an app" guide stops at the install step. None of them show you the number that decides whether a public app is a business or a hobby: what Shopify keeps.
As of mid-2026, Shopify takes zero revenue share on your first one million dollars in lifetime app earnings, then fifteen percent above that, with a separate processing fee of roughly two-point-nine percent on all billing (Week One Labs — Shopify app revenue benchmarks). Read that carefully: the commission-free band is a runway, not a destination.
Say you build a public app that charges $20 per month and you sign 500 merchants. That's $10,000 in monthly recurring revenue, or $120,000 a year.
While you're still under the lifetime million, Shopify's revenue share is 0%, but the processing fee still applies: $120,000 × 0.029 = $3,480. You keep about $116,520 that year.
Now fast-forward past the million-dollar lifetime mark. On that same $120,000, Shopify's 15% share is $18,000, plus the $3,480 processing fee. You keep about $98,520 — roughly $18,000 less for the identical work. Model 15% as your steady-state platform cost the moment you succeed, not as a distant edge case.
What Shopify apps actually earn
The optimism in most tutorials hides a hard distribution. Across the roughly 18,000 apps listed as of mid-2026, the median listed app earns under one thousand dollars per month, and most apps plateau around the low-thousands in monthly recurring revenue no matter how much traffic they get (Week One Labs).
That's not a reason to avoid building — it's a reason to build with clear eyes. A public app is a real product with support, updates, and app-review overhead. If you're a merchant who just wants better numbers out of your own store, the build-versus-buy math usually points the other way.
Do you even need to build an app?
Here's the honest question for store owners at the consideration stage: are you reaching for the Partner Dashboard because you genuinely want to ship software, or because your store's built-in reports won't answer a question you care about?
If it's the latter, building a custom app to compute, say, your true per-order profit means weeks of engineering just to join Shopify order data to your ad spend and fulfillment costs. That's the exact gap that Shopify's native analytics leaves open — it shows revenue, not what you kept after ads, shipping, fees, and returns. Our guide to ecommerce business intelligence breaks down where those blind spots live and which tools close them.
For most merchants, connecting existing tools beats coding a bespoke one. If you want a shared metric layer across your stack, compare Shopify sales data analysis tools and alternatives; if retention is the question, a purpose-built cohort analysis tool for ecommerce will get you there faster than a custom app ever could. And when you're ready to standardize how the whole team reads the numbers, our overview of ecommerce reporting software is the next stop.
Where PodVector fits
If the "app" you were about to build was really a way to see true profit, that's what PodVector does without any code. It connects Shopify, Meta Ads, Google Ads, Printify, and Printful, then computes your real per-order profit after those costs. PodVector is not a dashboard — its AI operator, Victor, analyzes your connected data and can take Shopify-side actions with your approval, like updating a price. Victor reads your ad data and proposes moves, but he does not touch your ad account.
If seeing real profit is the actual goal, connect your store to PodVector and skip the build.
FAQs
Where is "create app" in the Shopify Partner Dashboard?
Sign in to your Partner account and open the Dev Dashboard, where app creation now lives. Select Apps in the left navigation, then Create app in the top right, and choose Start from Dev Dashboard. If you don't see it, confirm you're in the Dev Dashboard rather than an older Partner Dashboard view, since Shopify has been moving the flow.
Do I need a Partner account to create an app?
For a public app or a reusable app you install across stores, yes — you create it from your Partner account. A store owner can also create a single-store custom app directly from that store's admin without the Partner flow, which is enough if you only need API access to one shop.
What are app scopes and why do they matter?
Scopes are the permissions your app requests — they define exactly which data and features it can read or change in a store. Request the narrowest set that does the job, because access to protected customer data requires Shopify's approval and over-broad scopes slow review. You set them on the Versions tab before releasing.
How much does it cost to create an app in the Partner Dashboard?
Creating and listing an app is free; there's no upfront fee to publish. The cost shows up as revenue share once you earn: Shopify takes nothing on your first million dollars in lifetime earnings, then fifteen percent, plus a processing fee of about two-point-nine percent on billing (Week One Labs).
Should I build a custom app just to see my store's profit?
Usually no. Building an app to join order data with ad spend, shipping, and fees is weeks of work, and the median listed app earns under a thousand dollars a month, so the effort rarely pays for itself as a product (Week One Labs). If you only want the profit answer, connecting your existing tools to a service that computes it is far faster than coding one.
Is the Partner Dashboard the same as the Dev Dashboard?
They're linked. You still sign in through your Partner account, but Shopify has migrated app creation and management into the newer Dev Dashboard. If a tutorial shows menus you can't find, it's likely describing the older interface — the underlying steps (create, set scopes, release, install) are the same.