How to Build a Shopify App: The Complete Guide

How to build a Shopify app

There’s never been a better time to build a Shopify app. More than 1.7 million merchants across the globe build, scale, and manage their businesses on Shopify. Apps play a critical role in their success by empowering them to meet the unique challenges and needs of their business. In fact, apps are so important to the merchant journey that the average Shopify merchant has six apps installed on their store.

With the diversity of our merchant base growing by the day, and a rapidly changing commerce landscape, there are always opportunities for developers to build creative solutions to diverse merchant problems. Each stage of a merchant’s entrepreneurial journey is a standalone billion-dollar industry—from sourcing products, marketing, order fulfillment, customer management, and more. The opportunities are there, but if you haven’t developed an app for the Shopify App Store before, where exactly do you start?

We’ve got you covered. In this guide, we share the six stages of app development you need to know to build and launch a successful app on Shopify, with insights and advice from Shopify’s own developers and successful partner app developers who work with Shopify every day.

Let’s get started.

Table of contents



1. What to know about Shopify’s app ecosystem
2. How to validate your app idea
3. What to consider as you design your Shopify app
4. Building your app: Shopify tools and resources
5. Submission to the Shopify App Store
6. Monitoring your app: keeping performance top of mind

1. What to know about Shopify’s app ecosystem

How to build a Shopify app: Illustration of a person obscured by the waist up. They are holding colorful rectangles that overlay each other, piled past their head. The vague shape of a large arrow pointing up is created by the overlaid rectangles. This is a simplified, abstract representation of how Shopify's app ecosystem works together.

Before you begin the process of planning and developing your app, it’s important to first understand how apps work with Shopify’s ecosystem.

In this section, we’ll dive into how apps fit into Shopify, the infrastructure and tech stack available to developers, and the different types of apps you can build.

How apps fit into Shopify

Shopify is designed to get merchants up and running out of the box. But each merchant is unique, so they use apps to solve their specific challenges.

In the Shopify context, apps are web applications that extend the functionality of Shopify stores. They allow merchants to tailor their experiences on Shopify to exactly their needs. 

Apps integrate with Shopify by:

  • Connecting with Shopify’s APIs, the most-used of which is the Admin API, which allows apps to read and write data about products, customers, orders, inventory, fulfillment, and more
  • Extending new features inside existing parts of the Shopify Admin or POS
  • Enhancing the way stores display information to customers

App types

There are three different levels of accessibility your app can have: 

  • Public apps: Apps that are available to many merchants and can be listed in the Shopify App Store (see below). They are created in your Partner Dashboard.
  • Custom apps: Apps that are custom made for a specific merchant and cannot be listed in the Shopify App Store. They are created in your Partner Dashboard.
  • Private apps: Apps meant for developers building for merchants with specific requirements not met by custom apps. They are not listed in the Shopify App Store and are created in the Merchant Admin. Since private apps don’t give you access to features like extensions and being embedded in the Shopify Admin, we recommend using the custom apps approach whenever possible.
"For the purposes of this guide, we’re going to focus on creating public apps: apps that are meant for one-to-many distribution via the Shopify App Store."

For the purposes of this guide, we’re going to focus on creating public apps: apps that are meant for one-to-many distribution via the Shopify App Store. For developers who are new to the Shopify ecosystem, public apps are the fastest way to get up and running, and to connect your solution with our existing merchant base.

In addition to their type, apps can take two different forms: standalone apps and embedded apps. 

Standalone apps expose their own user interface, on their own web domain, and don’t have access to app extensions (see below). Embedded apps are hosted on your own infrastructure, but integrate more deeply with Shopify using Shopify App Bridge, and display directly in the Shopify merchant admin or point-of-sale (POS) inside an iframe

Embedded apps also enable you to add features to certain parts of Shopify’s user interface (UI) and online stores via app extensions. When you use an app extension, Shopify relays information to your app when the merchant interacts with Shopify, then surfaces your app back to the merchant via the extension. App extensions can be used to extend into:

  • The Shopify Admin
  • The online store
  • Shopify POS
  • Shopify Flow
  • Shopify Kit

Because of how closely they're integrated with Shopify and how much better of a merchant experience they deliver, we recommend building embedded apps, and this guide will walk you through that process. If you’re still brainstorming what use case your app will serve, read our chapter on validating your app idea.

"We recommend building embedded apps because of how closely they integrate with Shopify and how much more they improve the merchant experience."

Merchant and buyer data

With over 1.7 million merchants using the Shopify platform to power their businesses, it’s important that every developer takes their trust and security—and that of their customers’—seriously. 

The Shopify API License and Terms of Use is the final word on what is allowed and not allowed on Shopify’s platform. You can also visit the trust and security page in our docs for information on the following:

These rules are designed to make using the Shopify platform fair and transparent for everyone, while protecting the data of our merchants and their customers. You can learn more about app security best practices below.

The Shopify App Store

How to build a Shopify app: Screenshot of the Shopify App Store home page with a search bar to search for specific apps, a section below that highlighting four staff picks, and a section at the bottom highlighting four trending apps.

The Shopify App Store is the easiest way for merchants to find apps that enable the functionality they need to build their stores. The Shopify App Store is organized by categories, and has a robust search feature and recommendation algorithm that helps merchants find the apps they need.

All public apps are given a listing page in the Shopify App Store. Listed apps are publicly available to all merchants, while unlisted apps have limited visibility. Depending on your use case, both listed and unlisted apps have their own benefits.

Listed apps are visible in the Shopify App Store, allowing you to reach many merchants and highlight the features your app provides. With listed apps, you can take advantage of features like ads in the app store.

Benefits of listed apps

  • Only way to be discoverable by merchants through search
  • Increased organic reach
  • Brand awareness
  • Increased trust from reviews
  • Helps sell features
  • Leverage Shopify App Store ads

Unlisted apps are public apps that are not visible in the Shopify App Store (though they do still require an app listing). This allows you to control who can install your app, or hide your app during down seasons (for seasonal apps) or periods of maintenance. However, we recommend publicly listing your app to take full advantage of the opportunities and features of the Shopify App Store.

Benefits of unlisted apps

  • Focus on a targeted merchant base
  • More control over growth
  • Helpful for seasonal apps
  • Good for maintenance periods

When starting out on Shopify, the Shopify App Store is likely going to be the main source of leads and installs of your app. Optimizing your app listing page, setting your app up for success, and leveraging tools like ads in the Shopify App Store are all ways of increasing installs and sales. We’ll dive deeper into the Shopify App Store and how to use it in the Submitting your app to the Shopify App Store section of this guide.

Getting started with your app

Now that you have an understanding of the basics of the Shopify platform, you’re ready to start validating your app idea to understand the business opportunity of building with Shopify.

Additional resources

2. How to validate your app idea

How to build a Shopify app: Illustration of two women tilting a large light bulb to the right.

You’ve got an idea for an app—and it’s good. Now that you know how apps fit into Shopify’s ecosystem, you’re ready to dive into the design process. But wait, are you? Validating your idea is a step in the app-building process you definitely shouldn’t skip.

Validating your app idea gives you a much higher chance of success because you know you’re building something that your target user needs—and, in turn, building something that has a higher chance of getting more installs. 

The key with validation is to not get caught up in research, but to learn enough that will make your minimum viable product (MVP) something that you can tweak and build on.

In this section, we’ll dive into how to develop an app that solves a real merchant problem, how to validate your idea through research, and the market shifts and trends you’ll need to consider.

4 steps to validate your app idea

Validating your app idea is a process unique to your experience and the needs of your target market. It’s an investment in your future success. Developers Preetam Nath and Sankalp Jonna spent two months investigating whether their first app idea was valid before starting any design or development, a process their team replicated for their second app, DelightChat.

“We didn't want to build something and realize nobody's going to use it. We've had that situation in the past,” Nath said. “Although we took a longer approach, we wanted to understand what’s happening in the ecosystem and what the various problems are.”

While there are many ways to prove your app idea is a good one, here are four key questions to answer that will help get you started:

  1. Does this idea solve a real merchant problem?
  2. How is my target market trying to solve this problem right now?
  3. Are merchants willing to pay for a solution to this problem?
  4. Can we actually build the app?

Let’s explore each of these questions more in depth.

1. Does your app idea solve a real merchant problem?

First, you have to clearly define what a “real problem” means. Problem-solving is a full-time job for merchants, so it can be challenging to know where to begin. 

A real problem is something that store owners are actively spending a lot of time, money, stress, and/or effort trying to solve. So how do you find out what merchants’ problems are? You go right to the source.

Nath and Jonna posted questions in forums, such as the Shopify subreddit or the Shopify Community Forum, and were able to have conversations with merchants via direct messages to get clear answers to their questions. They also joined various Facebook groups to listen and learn more about merchant frustrations.

If you’re working with merchants already, consider sending out a feedback form or questionnaire to find out more details about the problems they face. If you don’t work with merchants yet, or you’re ready to learn more, it’s time to move on to question number two.

Once you know your app can solve a real merchant problem, the next step is to learn more about how (or if) merchants are already trying to fix the problem themselves, and anticipate any new challenges they could face within their industry. 

What’s happening in the industry and what are the trends?

There are unique challenges within every industry and at every stage of the merchant journey—and each stage is a potential billion-dollar industry you can tap into. Keep up to date on trends and disruptions within a certain industry, such as marketing, shipping, finance, customer support, or product sourcing to learn its past, present, and future concerns and ambitions.

"There are unique challenges within every industry and at every stage of the merchant journey—and each stage is a potential billion-dollar industry you can tap into."

Taking the time to understand your target market, potential users, and industry trends will save you time and effort when it comes to refining your MVP. This comes down to the research you do before you begin to build. Learning the app development business trends applicable to your app idea is an ongoing process, so taking advantage of your existing expertise or knowledge will help get you started.

Over the span of just three months in early 2020, ecommerce growth accelerated 10 years into the future as COVID-19 changed how many merchants do business. 

Read how Shopify App Challenge winner Tilo Mitra built his first app in response to these new challenges.

Leveraging any prior experience with a current client, or within the industry or adjacent market you’re building an app for, will give you a competitive advantage, because you’re already familiar with your users’ pain points and industry trends.

Read our case study to learn how co-founders Aneto Okonkwo and Andrew Olaleye built customer support app Chatdesk based on experiences, goals, and lessons learned in their previous careers.

Conducting market research

Even if you don’t already have experience in the industry you’re building for, you can conduct market research for your app. Figuring out what excites or frustrates your customers will help shape your product. 

At this point, you’ve already spoken to merchants and figured out how and where your app will add value. Gain more context about how your app will fit into the “big picture” by:

how to build a shopify app: Screenshot of a viral tweet by Shopify Director of Partnerships Fatima Yusuf. The tweet says: Shopify surpassed 5,000 apps in the App Store in 2020, but the growth has only just begun. Here are some hashtag commerce trends I expect we'll see more of in Shopify's app ecosystem in 2021. A yellow emoji hand points down to indicate there is a thread of tweets and to read on.
Shopify Director of Partnerships Fatima Yusuf recently shared a full thread of anticipated commerce trends in Shopify’s app ecosystem in 2021.

Some of the most successful apps in the Shopify App Store started out by proactively solving merchant problems. Look back on past wins with specific clients, platforms, or markets to see if there are any trends or patterns you can build on.

Will this app solve a niche need, or a feature or functionality gap?

Although there are multiple apps in each category of the Shopify App Store, remember that with more than 1.7 million diverse merchants growing by the day, every merchant may need something a little different, depending on their size, their industry, their goals, and where they are in the world. This means there are niche needs in every category that you can find and create a solution for. The apps that work for one segment won't necessarily work for another.

"Adding significant value to a niche merchant problem is one key to standing out."

There are so many opportunities to address a merchant pain point that hasn’t yet been addressed. Adding significant value to a niche merchant problem is one key to standing out. For example, if you want to build an SMS app and feel like there's too much competition, you can further investigate the needs of a key region or specific merchant segment, and you home in on the solution that makes sense for them.

Learn how Heyday addressed a functionality gap and established a differentiated value proposition to successfully launch their self-serve app on the Shopify App Store in 2020.

There’s no one correct way to differentiate your app’s value proposition. Nath says he got to know where gaps in his chosen vertical existed by analyzing the reviews of other apps to understand what challenges were going unaddressed. This work helped Nath understand what underserved areas their app could address, and what their users’ expectations would be. 

“It took me a whole day, but it was worth it because now I knew clearly what merchants gave five-star reviews for, and also what they hated,” he said.

It’s important to remember that you’re not bringing merchants any value if you just create a copycat app. Without adding a significant, unique, or new improvement, your app won’t stand out. It’s also an ethical issue and you could be in violation of copyright.

"It’s important to remember that you’re not bringing merchants any value if you just create a copycat app. Without adding a significant, unique, or new improvement, your app won’t stand out. It’s also an ethical issue and you could be in violation of copyright."

2. How is your target market trying to solve this problem right now?

The fastest and best way to understand how your target market is trying to solve this problem is by talking to real merchants. The good news is that it’s easier than you might think. 

Once Nath and Jonna had identified the right communities to join to learn from, and connect with merchants, they connected with them directly to learn how they were already trying to solve their problems.

“Just reach out to five of these people you see on Shopify Facebook groups, subreddits, or the forum and ask them, ‘Do you need this app? If not, why? If yes, what do you need it for?’ That will open up Pandora's box of qualitative information for you,” Nath says.

Taking the time to speak with your target users can teach you not only what their problems are, but also what they feel constitutes a solution. 

For example, the merchant could already be paying someone to take care of the problem for them, which can be expensive or may not fulfill their needs. Sometimes merchants won’t necessarily consider outsourced work a pain point, because it’s a task that is already being handled. This is important to consider because you may have to investigate deeper and ask specific, nuanced questions to truly understand both the problem and how your app aligns with the user’s needs.

Furthermore, if you’re considering building a custom app for one merchant to solve their unique needs, investigate whether it would be applicable to more merchants in the same industry or with similar traits. There’s a good chance you could better serve a broader market with similar challenges by publishing a public app in the Shopify App Store

3. Are merchants willing to pay for a solution to this problem? 

Figuring out whether you can make money with your app idea is the next piece of the puzzle.

“If you're looking to build a free app, just to get a feel of the ecosystem, that’s fine,” Nath says. “But if you want to build your app into a product or business that replaces your salary, you need to know if people are willing to pay for it.”

If you want to build your app into a product or business that replaces your salary, you need to know if people are willing to pay for it.

Preetam Nath, Co-founder and CEO, DelightChat

The best way to find out is to discover if people are already using existing solutions, and if so, how much they are paying for them. 

“That price point fundamentally changes your business,” Nath says. “As we were building DelightChat, we were very cognizant that we wanted to be in this $100-$200 price range, where we are serving merchants whose businesses are at a certain level.”

Many apps offer a free version and/or a free trial so merchants can try out its various features to see if it’s the right fit for their needs.

As discussed above, if your target audience isn’t already using an app or software to solve the problem you’re considering, they could also be hiring freelancers, paying someone part-time to manually work on the issue, or have even hired a full-time employee. How much are they paying for that solution? Would they be willing to pay instead for your app? This is where you’ll have to ask merchants in forums and direct conversations to learn more about their stop-gap solutions.

4. Do you have the expertise and time to build this app?

Once you take all merchant insights, industry trends, and current opportunities into consideration, and have researched your target market, you need to decide if what you want to build—and by when—is possible. There are varying degrees of complexity behind an app and you want to be sure that your timeline for building is realistic.

“Some apps might take you a year to build if you're a one-person team, and some apps can be built in two weeks as a solo person,” Nath says. “You need to pick problems you can solve. Otherwise, you're just setting yourself up for failure. ”

Some apps might take you a year to build if you're a one-person team, and some apps can be built in two weeks as a solo person. You need to pick problems you can solve. Otherwise, you're just setting yourself up for failure.

Preetam Nath, Co-founder and CEO, DelightChat

We’ll dive deeper into how to build a Shopify app in the Tools and Resources section of this guide.

If you decide to build a Shopify app with a higher price point, merchants will expect a high-quality app with more features. That being said, remember that your app doesn’t need to have every single feature to be high value. Your users will give you feedback on your MVP, which you can use to improve your app over time and build the features they truly want.

Recap: Four questions to answer when validating your app idea

  1. Is your app idea solving a real problem?
  2. How is your target market trying to solve this problem right now?
  3. Is this a problem people are willing to pay to solve?
  4. Do you have the necessary expertise and time to build the app?

Building for the right reasons

Now that you know how to validate an app idea that is driven by the business opportunity of building with Shopify, you’re ready to dive into the app design principles and key resources you can use to design your Shopify app.

Additional resources

3. What to consider as you design your Shopify app

How to build a Shopify app: Illustration of two people. One is looking at a fold-out instruction card and the other has their arms stretched out holding a measuring tape. Both are looking at the instructions.

Designing an app that integrates seamlessly into a merchant’s online store makes the user experience (UX) more familiar and appealing, and the user interface (UI) more intuitive. The design principles you incorporate into your app not only represent your user’s brand, but their values as well. The more user friendly, accessible, and beautiful your app is, the more likely you will have happier customers and higher retention rates.

In this section, we’ll dive into what factors you need to consider as you design your Shopify app, and the tools that can make designing your app easier and faster.

Getting started with Polaris

How to build a Shopify app: Polaris – Our design system helps us work together to build a great experience for all of Shopify's merchants.
The recent launch of Polaris v6.0.0 offers a refreshed color palette, icons, as well as a reduction to our bundle size and additional accessibility features.

Polaris is Shopify’s open-source design system used internally and by third-party developers to design and build apps that seamlessly integrate into a merchant’s store. Polaris helps speed up the design process and adheres to web accessibility standards, while creating an app experience that is familiar to users. 

While we recommend you build an app within the Shopify Admin, you can use Polaris regardless of whether your app is embedded within the Shopify Admin or operates outside of it.

“From a front-end developer’s perspective, one of the things I always hone in on is the usefulness of Polaris,” says Jennifer Gray, a front-end developer at Shopify. “If you want to move forward with an embedded app, which is what we encourage, Polaris gives that seamless user experience.”

Polaris components speed up your development process because you don’t have to build custom UI elements. Polaris components are pre-built, flexible, and easy to implement, so you can create a positive UX even if design isn’t your strong suit.

Polaris components are a collection of interface elements that can be used across your app. They include:

  • Colors
  • Typography
  • Illustrations
  • Icons
  • Interaction states
  • Spacing
How to build a Shopify app: Screenshot of a Polaris Page component in the Admin demonstrating how a three-quarter-inch leather pet collar product would appear.
The Polaris Page component is one of the most commonly used and is highly customizable.

Leveraging common conventions allows your app to look like it “belongs” in the Shopify Admin. Your users won’t need to learn to navigate a new UI if you make use of conventions they’re already familiar with. Polaris conventions also take accessibility into consideration.

As you build your Shopify app, keep the Shopify experience values in mind:

Considerate: Be thoughtful about how your users will access your app, including their device, language, geography, and accessibility needs. 

Empowering: Shopify merchants have a wide range of skill levels, needs, goals, and experiences. Optimize your app for the most important tasks by removing unnecessary complexity, but give your users access to additional features if they need it.

Crafted: A beautiful app is only as good as its ability to help users solve a problem. Paying attention to thoughtful details or design considerations can make or break the user experience.

Efficient: Keep your design and tasks simple and clear. Users should be able to complete actions quickly, accurately, and easily.

Trustworthy: Be transparent about what your app can and cannot do. A trustworthy app demonstrates to users that its developers are acting in their best interests. This is reflected holistically in the app’s UX and UI.

Familiar: When people feel comfortable using digital products, they can focus on the task at hand, rather than trying to navigate a complicated UI. Use familiar patterns so the UX is straightforward and intuitive. 

While Polaris gives both designers and developers the tools they need to design a beautiful and functional Shopify app, that doesn’t mean you can’t apply some of your own creativity to the design process.

The unique needs of your users should always be your main priority when designing your Shopify app—you are free to add custom components that should also feel right at home in the Shopify Admin.

Shopify Partner Pledgeling won a 2017 Shopify Commerce Award for Best App Design Using Polaris, where they were recognized by the judges for their Polaris design. They also added custom components that their users needed, while keeping the UX and UI consistent with Polaris principles.

How to build a Shopify app: Screenshot of Give & Grow app dashboard includes introduction text, navigation controls, and a 'Get started' button.
Pledgeling’s Give & Grow Donations app won the 2017 Shopify Commerce Award for Best App Design Using Polaris.

Polaris ensures your app will fit seamlessly into a merchant’s work. Take some time to review the Polaris documentation, which covers everything from design guidelines, accessibility considerations, internationalization, and information architecture.

If app developers don’t have a designer on their team, Polaris is exactly the tool they should be using.

Jennifer Gray, Shopify Front-end Developer

“If app developers don’t have a designer on their team, Polaris is exactly the tool they should be using,” Gray says.

Polaris is an evolving design framework. The recent launch of Polaris v6.0.0 offers refreshed visual styles with a new color system, rebuilt, high-quality components, a reduction to bundle size, and additional accessibility features among many other feature updates.

Explore some examples of standalone apps using Polaris as the UI component library on GitHub.

The best app design embraces accessibility principles

Inclusive, accessible, and usable design are three principles that intersect when it comes to creating a digital product that everyone can use with ease. “Everyone” is a lot of people, with varying experiences and abilities, but it is possible to build a Shopify app that is inclusive, accessible, and usable to all.

Apps with the best UX and UI are inclusive and accessible by design. Inclusive design considers the needs of all users, and benefits all users, regardless of their abilities.

Three key factors that contribute to a high-quality, accessible UX are:

  1. A UX/UI design that is both functional and beautiful
  2. Consistent and helpful copy that thoughtfully uses clear, plain language
  3. Actively incorporates principles of universal design and inclusivity

We’ve already covered how to ensure your app is functional and aligns to the look and feel of your merchant’s work by following the Polaris design principles. Let’s explore the next two topics more in depth.

Your app copy: write for everyone

Designing a visually beautiful and functional app is a great start. It’s equally important that all the language you use to describe how to use your app is easy to understand. This means using straightforward language free from jargon or phrases that could confuse someone who is unfamiliar with the topic or the language itself. 

As of January 2020, English was the most popular language online, representing about 26 percent of total internet users worldwide, followed by Chinese at 19 percent.

How to build a Shopify app: Horizontal bar chart. English, 25.9%. Chinese, 19.4%. Spanish, 7.9%. Arabic, 5.2%. Indonesian/Malaysian, 4.3%. Portuguese, 3.7%. French, 3.3%. Japanese, 2.6%. Russian, 2.5%. German, 2%. Rest of languages, 23.1%.
The top 10 languages used on the internet account for 77 percent of global internet users as of January 2020, according to recent research by Statista.

Consider both your target user and your future potential growth users—it’s a good idea to make language a top priority within your app design. Learning how to build multilingual Shopify apps will give you a competitive advantage.

The Polaris content guidelines considers plain language to be at a United States Grade 7 reading level. There are many tools you can use to check if your content is grammatically correct and easily understandable. Many of these tools also can tell you the readability level.

Here are three content tools you can use to get started:

We’ll further explore the nuances of how to write for a global audience in the Internationalization section below.

Helpful tips from the Polaris content guidelines:

  • Write short sentences (ideally less than 15-20 words).
  • Make your content scannable using headings and bullets.
  • Always choose a short, simple word over a long and complicated one.
  • Think about translations. Avoid idioms and phrases with indirect or ironic meanings.
  • Avoid jargon. Only use industry-standard terms when you have reason to believe it will improve understanding. Spend time researching what words people actually use, instead of defaulting to what corporations call things.
  • Edit out unnecessary or repeated words.
  • Write for small screens first. These constraints can help you focus on the most important message.
  • Read your content out loud. If you get tripped up or it doesn’t sound like something a human would say, your content needs to be revised.

Now that you have a solid grasp on how to write content within your app, let’s break down what it means to design your app to be inclusive and accessible.

Designing for accessibility, usability, and inclusion

As your app scales and grows, it’s important that it remains inclusive, accessible, and usable to Shopify’s more than 1.7 million users. Each of those users have unique needs, so learning now how to support those needs will make scaling your app easier in the future. To that end, here are three design considerations to keep in mind:

1. Accessibility

Polaris components are designed to meet accessibility standards and maintain a consistent experience while your app is in use. If you haven’t already done so, it’s time to consider how you define your “average” user, and whether you have designed your app in a way that considers users who have disabilities. From keyboard accessibility to visual design elements, there’s a lot to consider.

The World Health Organization reports that, as of December 2020, more than 1 billion people worldwide—about 15 percent of the global population—live with some form of disability, and the numbers are increasing. Getting familiar with Web Content Accessibility Guidelines is a great starting point to learn more about accessibility standards and techniques so you can apply these principles as you build your app.

Do not ignore accessibility when designing and developing your app,” says Shopify Platform Accessibility Specialist Scott Vinkle. 

“Accessibility helps to ensure an assistive technology-friendly environment for people with disabilities,” Vinkle adds. “It also helps the aging population to use your site or app, increases SEO, and decreases accessibility-related lawsuits. Provide people with disabilities an equal opportunity to unlock the power of commerce.”

Provide people with disabilities an equal opportunity to unlock the power of commerce.

Scott Vinkle, Shopify Platform Accessibility Specialist

Keep these core principles of accessibility in mind when creating your app:

  • Can the user perceive the content? People must be able to observe and identify content using one of the senses available to them.
  • Can the user operate the user interface? People must be able to complete tasks using the input device that works best for them, such as a mouse or touchpad, keyboard, touchscreen, screen reader, voice dictation software, etc.
  • Can the user understand the content? Create content and user interfaces that people can comprehend. Use simple language, supplied in the correct language, in a consistent user experience.
  • Is the content robust? Provide support for various devices and assistive technologies. Use standards based, semantic HTML and ARIA where required.

Vinkle says it’s important to apply these principles and test with assistive technology

Widen the usability of your app to include even more people. This has the potential to increase positive reviews and revenue generated by your app.

Scott Vinkle, Shopify Platform Accessibility Specialist

“Widen the usability of your app to include even more people” he says. “This has the potential to increase positive reviews and revenue generated by your app.”

Here are five assistive technology testing tools and insightful resources to help improve overall accessibility and app quality:

2. Internationalization

Building an interface that works no matter where in the world your users are located not only increases your global market reach, it also creates a better overall UX. 

Be sure to plan for:

  • Cultural differences: From your icons to your images to your content, localizing your app means not only translating to the local language, but also adapting to regional differences and being mindful of potentially confusing or offensive content
  • Text expansion: Translating your app text can expand it and take up more space, so your interface needs built-in flexibility to accommodate language-specific formatting, as it can vary greatly between languages
  • Changes in word order: It’s safe to assume the word order of every sentence in your UI will change when translated, so it’s best to avoid using UI components to build sentences and only use concatenated strings mindfully, or not at all

Get familiar with the Polaris foundations of internationalization so that you can create an exceptional UX no matter where your users are located.

Learn more about the principles that will help you build a truly internationalized app in our in-depth blog post: Internationalization: Practical Tips to Build for a Global Audience.

3. Information architecture (IA)

Your information architecture (IA) is the way you organize, structure, and label all your content, with the goal of helping your users find the information they need and to complete tasks efficiently. Effective IA:

  • Simplifies complexity
  • Supports scalability
  • Creates familiarity

Getting familiar with the Polaris IA principles will help guide you through the process of making good IA decisions, no matter what project you’re working on. Keeping your app organized and straightforward prevents user confusion, especially if your app is more complex.

For more information about IA and how to get started, check out our recent blog post: An Introduction to Information Architecture.

App design with the merchant in mind

A clean app design with accessible UX and clear language is crucial for building an app merchants love. Your users interact with the web, apps, and dashboards on a daily basis, so they’ll have high expectations for how your app will integrate and interact with their online store.

Now that you have a grasp of how app design principles influence your users’ experience, you’re ready to start building your app.

Additional resources:

4. Building your app: Shopify tools and resources 

How to build a Shopify app: Illustration of a tool pegboard with a mix of identifiable tools and abstract shapes representing the tools and resources app developers can use to build their app. The pegboard contains images of a wrench, an arrow pointing down, a hand with its index finger pointing up, and abstract squares and circles of varying sizes and colors.

Now that you have a solid understanding of how to design your app to fit seamlessly into a merchant’s workflow, it’s time to start building. One of the best things about building a Shopify app is that you can do it your way. Shopify is language-agnostic, so you can choose the programming language you’re most familiar with and the frameworks you are most comfortable with.

That being said, if you haven’t developed a Shopify app before, there are many helpful tools, frameworks, and documentation to help jumpstart your development process.

In this section, we’ll dive into some app-building best practices and share tools that will help you build your app with fewer headaches, so you can focus on creating a valuable app for Shopify merchants. 

App-building basics and best practices

Before you get started building your app, you need to have the basics ready to go. Here’s what you’re going to need:

  • A Shopify Partner account and development store
  • An ngrok account
  • To be comfortable using your computer’s command line and text editor
  • To be able to read and write in any backend programming language, such as PHP, Node.JS, Java, Python, or Ruby on Rails
  • To be able to install software using the npm package manager

Optional:

  • Shopify App CLI tool: This Shopify-created and maintained tool helps speed up the build process by quickly and easily scaffolding app setup for Node.js and Ruby on Rails apps. You can learn more about it in the section, Shopify App CLI: what it is and how to use it below. 
  • Shopify GraphiQL App Installer: This tool will help you to identify and manage the Shopify GraphQL Admin APIs upon set up. We’ll cover the GraphQL Admin API and the REST API more in depth below.

Your Partner Dashboard is where you will create, review, and revise your apps. As a general overview, here are the steps you’ll need to follow to build an embedded app:

If you're building with Node, check out our documentation for the full, step-by-step process for how to build a Shopify app with Node from your Partner Dashboard.

How to build a Shopify app: Screenshot of the Create an App page within the Partner Dashboard. There are two main options: custom app and public app, and the user has selected the public app option. There are also three fields to fill out. Under the General settings heading, partners can fill out their app name and app URL. And under the Redirection URLs heading, partners can fill out the Allowed redirection URL(s) field.
Create your app in your Partner Dashboard.

Tooling and setup

Shopify apps are hosted on the developer’s own infrastructure. You are free to host your app on any developer hosting platform, and build it with the tech stack of your choice. This means that you are able to choose the tech stack and coding language you’re most comfortable with to build Shopify apps.

Setting up your app depends largely on your preferred programming language, framework, and app goals. 

Software libraries to know

You can choose whatever programming language you’re most comfortable with to build your app. 

“I used Angular for my front end and Node.js for my backend with a MongoDB database,” says Maël Valma of Angle 3D Configurator. “I love the stack I'm using, first because it’s Typescript and Javascript, and JSON all the way. It's so much easier to use the same language throughout the whole project.” 

I love the stack I'm using. It’s Javascript/Typescript and JSON all the way. It's so much easier to use the same language throughout the whole project.

Maël Valma, Founder of Angle 3D Configurator

Shopify officially provides NodeRuby, and Python libraries, and there are several other libraries, such as PHP, created and maintained by members of the Shopify community. 

Explore all Shopify Admin API libraries in the Help Docs.

How to Build a Shopify App with Node and React with Jennifer Gray

This comprehensive tutorial on how to Build a Shopify App with Node and React breaks down the process step-by-step using the CLI tool so you can build your app at your own pace.

Shopify App CLI: what it is and how to use it 

The Shopify App CLI tool helps you build your app faster because it allows you to quickly scaffold Node.js and Ruby on Rails apps by automating common development tasks.

The Shopify App CLI:

  • Creates starting code for building your app
  • Populates your development store with example data to test your app
  • Automatically configures your app in the Partner Dashboard

“If you want to set up your app on your own, that’s great, but the CLI tool is going to take away a lot of the painful setting-up part, so you can work on getting your app to do what you want it to do,” Gray says. 

The Shopify App CLI is a great tool to get you up and running quickly, especially if you’re building your first Shopify app. But it’s not absolutely necessary to set up your app successfully if you have a process that already works for you and/or your team. 

Regardless of your previous experience or team size, it can also be helpful if you’re looking to build and scale multiple apps—keeping your libraries and frameworks consistent is key.

The CLI automates all of the boring parts of building an app. It’s my favorite dev resource.

Shopify Developer Advocate Shayne Parmelee

“The CLI automates all of the boring parts of building an app. It’s my favorite dev resource,” says Shopify Developer Advocate Shayne Parmelee.

Introduction to the Shopify App CLI Tool

In this series of four videos you’ll get a full breakdown of the Shopify App CLI tool and how to use it in developing your Shopify app.

Get to know Shopify APIs

GraphQL and REST are two technologies you can use to fetch and manipulate data from another application. Shopify supports both REST and GraphQL, the latter being an evolution that allows you to work only with the data you're interested in, so you can optimize your app's performance.

So when it comes to GraphQL vs. REST, which API is the best for your client’s needs?

The Shopify platform is flexible, so not only can you choose the programming languages you prefer, but you can also choose which APIs you use. You can even use both APIs depending on the situation. However, in the case of the GraphQL and REST APIs, GraphQL can offer distinct benefits and capabilities not available via REST. For example, some of Shopify’s APIs are only available in GraphQL, such as performing bulk operations with the GraphQL Admin API, so be sure to check the Shopify API docs before starting work.

Getting Started with GraphQL with Chuck Kosman

This comprehensive tutorial on Getting Started with GraphQL breaks down the process step-by-step so you can build your app at your own pace.

GraphQL is constantly evolving, so keep an eye on the developer changelog for more to come in the future.

Working with webhooks

Instead of making periodic API calls to a shop that has your app installed, you can use webhook subscriptions to receive notifications about specific events that occur in that shop, such as when a customer creates a cart. Once you’ve subscribed to a webhook, you can configure your app to immediately execute code in response to that event.

How to Work with Webhooks

This comprehensive tutorial on Getting Started with GraphQL breaks down the process step-by-step so you can build your app at your own pace.

Amazon EventBridge

Scaling your app to accept increasing volumes of webhook traffic can be difficult if your users launch a highly anticipated product or conduct flash sales. Your app infrastructure can become overwhelmed and cause a broken app experience for your users. The Shopify EventBridge integration allows your app to receive Shopify webhooks using an event bus so your tech stack doesn’t get overwhelmed. 

EventBridge has a serverless, event-driven architecture that can help you keep your infrastructure costs low while still allowing you to scale to manage more webhook traffic. 

Visit our developer documentation to learn how to set up an event source and manage events with EventBridge.

Authentication and Shopify App Bridge

The Shopify OAuth service validates that the user has installed your app, and redirects them back to your app. Your app then stores and links the user’s information to the session cookie, so that future interactions can occur without the need for OAuth.

But recently, in response to user privacy concerns, browsers have started blocking or phasing out third-party cookies, which can cause issues for embedded apps, including loading delays and failed loads. This can lead to a poor user experience. Even though browser vendors aren’t trying to block Shopify or its embedded apps, the technology powering the apps is so similar that browsers aren’t adequately differentiating, and apps are getting caught up in the crackdown.

Long loading speeds and reliability issues can frustrate your users and prevent your app from gaining traction. Web browsers that increasingly restrict third-party cookies will only worsen your user experience. No one wants to wait 10 seconds for their app to load or see an error message that the app couldn’t be loaded. 

To work around this, Shopify App Bridge speeds up authentication and improves the user’s experience. It also allows you to build embedded apps directly inside the Shopify Admin as well as Shopify POS. 

Instead of using cookies, session tokens authenticate your embedded app. As your app loads for a user, it needs to go through the authentication process. Once the front-end code is loaded, it can call a Shopify App Bridge action to get the required JSON web token (JWT), which ultimately allows your backend to verify if the request is valid. JWT also loads more than twice as fast as a cookie-based solution, depending on the framework.

How to build a Shopify app: Screenshot of the authentication flow using a session token. Shopify sends request to load the app. The app backend loads skeleton. The app frontend creates the App Bridge client and requests a session token from App Bridge. App Bridge returns session token to app. App frontend requests data and passes session token from backend. App backend verifies session token authenticity and returns data to the frontend. The frontend receives the data from backend.
Authentication flow using a session token.

To learn more about JWT and session tokens, check out the tutorial on how to authenticate your app using session tokens.

Keeping your app secure

Keeping app security top of mind is crucial in building a successful and scalable app. Secure coding and excellent data hygiene will help prevent data breaches and build trust with your app users.

As your app interacts with merchant stores, it may require access to the merchants’ and customers’ personally identifiable information (PII). This is a huge responsibility—you can’t “set-it-and-forget-it” when it comes to app security. 

The good news is there are steps you can take to ensure your app and your own infrastructure are secure. Here are some important considerations to keep in mind:

The OWASP Top 10

The Open Web Application Security Project (OWASP) is a non-profit foundation working to improve software security.

The OWASP Top 10 is a standard awareness document on web application security for developers that outlines some of the most critical and well-known app security risks. This list is a great place to start when double checking your app for common vulnerabilities that are easily fixable before launch.

Regular security checks and maintenance

Once you launch your Shopify app, keeping your app secure through regular maintenance and security checks will help minimize the risks to your users and infrastructure. Here are several tasks you can do regularly to keep your app secure post-launch:

  • Managing open ports: Double check what ports are open on your application hosts, and ask yourself if they need to be open. Open ports can be exploited when there are vulnerabilities such as when the service listening on the port is unpatched, misconfigured, or has poor network security rules. Fewer open ports means you reduce your attack surface.
  • Cross-site scripting: Ensure that user-controlled input is never rendered unsanitized or unescaped.
  • SQL injection: Ensure user-controlled input is never used directly in a database query; consider using prepared statements instead.
  • Insecure direct object references (IDOR): Make sure your user access scoping limits access to records only to the authenticated owner.
  • Cookies: Ensure you use the secure flag and consider adding SameSite=Lax. If your JavaScript does not need access to the cookies, add the HTML-only attribute.
  • Cloud based storage: If you use cloud based file stores, such as Google Cloud Platform storage buckets, review the access permission to ensure they are not publicly accessible.
  • Review your DNS records regularly: If you use any third-party services requiring DNS configuration entries, review these regularly to ensure you do not leave entries pointed to unclaimed service accounts. 
  • Request verification: When receiving any requests from Shopify (e.g. webhooks, confirming installation) make sure you verify the request’s HMAC signature to validate the request came from Shopify.

Regular review and maintenance will help keep your app from preventable risks and vulnerabilities. But there’s always more you can do.

Consider adding two-factor authentication (2FA) or multi-factor authentication (MFA) on any SaaS or third-party service you use to protect both your customers’ data as well as your own. 

App developer Maël Valma says adding an additional level of security to your apps not only builds trust with your users, but protects you from potential breaches.

“I pay extra attention to my database security. I use multi-factor authentication to access my database and I also use a restricted network access feature to isolate my database,” Valma says. “I make sure to run some automatic backups as well.”

I pay extra attention to my database security. I use multi-factor authentication to access my database and I also use a restricted network access feature to isolate my database.

Maël Valma, Founder, Angle 3D Configurator

Personally identifiable information and GDPR

It’s important to note that user data is handled differently within different regions or markets, and you must be aware of these regulations if you’re making your app available to all Shopify merchants, rather than users in a specific country or region. 

The General Data Protection Regulation (GDPR) is the European Union’s data privacy and security law. When it was launched in 2018 with strict rules and hefty fines, it was considered the toughest privacy and security law in the world, in an effort to protect EU citizens’ personally identifiable information (PII) from misuse or breaches, while respecting their right to privacy.

Vendors or service providers who do business with EU citizens are required to be GDPR compliant, though GDPR has set a gold standard for data collection and privacy. There are now three mandatory webhooks that need to be added to every public Shopify app as part of GDPR requirements

How to build a Shopify app: Screenshot of the three Mandatory webhooks fields in the Partner Dashboard. Customer data request endpoint, customer data erasure endpoint, and shop data erasure endpoint.
GDPR has changed the way user data is managed. Three mandatory webhooks for every public app are: customer data request endpoint, customer data erasure endpoint, and Shop data erasure endpoint.

You can find all requirements for trust and security on Shopify’s platform in the developer help docs. Shopify reviews all public apps to ensure they adhere to the same standards before they are eligible to be published on the Shopify App Store.

Learn more about these requirements in the next section on submitting your app to the Shopify App Store.

Speed: what you need to know about high performance 

For merchants to be successful, their online stores need to be fast and offer an excellent user experience. Since apps can slow down stores and affect performance, there are several best practices you can follow to reduce the impact your app may have:

  • Keep assets (such as Liquid, CSS, JS, Fonts) and the number of requests to an absolute minimum. The fastest request is the one not made!
  • Defer loading non-critical assets until the page load event or until a customer interacts with your feature.
  • Use both the ScriptTags API and the Assets API wherever possible. Upload your script with the Asset API to take advantage of our global CDN (storage/data centers), and then use the URL we give you to create a ScriptTag.
  • Avoid loading assets that already exist on a page. For example, check if window.jQuery is defined before requesting a jQuery library.
  • Make it easy for merchants to reverse edits made by the Assets API. Provide an uninstall guide in your technical documentation to make sure merchants are able to completely remove all traces of your app.
  • Make sure that your app integrations don’t include duplicate code if included on a page multiple times.
  • Test and monitor the impact your app has on performance via a development store and the online store speed report.

Measuring your app performance is crucial. You can use the online store speed score, the theme inspector, or many other third-party tools to measure your app’s impact.

To be published on the Shopify App Store, your app must not reduce Lighthouse performance scores by more than 10 percent. Your app’s performance ratio score should be included in your submission to the Shopify App Store review team. 

How to build a Shopify app: screenshot of an example Lighthouse performance score test in Google Chrome. 0-49 is a bad score. 50-89 is an average score. 90-100 is an excellent score. Performance - 67. Accessibility - 96. Best practices - 93. SEO 82. Progressive web app - N/A.
Example Lighthouse performance score test in Google Chrome. Get instructions on how to generate your own performance score.

Speed is a critical component of online store performance. The less of an impact your app has on store speed, the better. 

Check out the full list of recommendations and resources to improve app performance on storefronts.

Building your app for the long term

Technology and software are constantly changing, and different languages, frameworks, and fundamentals are likely to change over time. This is especially true when building an app on Shopify’s platform, where the goal is to always put merchants’ needs first.

Once you have the fundamentals in place, you can get creative in how you go about building apps that efficiently solve merchant problems, which is the ultimate goal for any web app developer.

After you have tested your app thoroughly, you’ll be able to submit it for review before you can publish it in the Shopify App Store. You can learn more about testing your app and submission requirements in the next section of this guide.

Additional resources

5. Submission to the Shopify App Store

How to build a Shopify app: submission to the Shopify App Store. Illustration depicts an envelope with a long checklist of items cascading out of it. Items on the checklist are represented by abstract lines and circles, with arrows pointing towards different areas on the checklist.

At this point in the process, you’ve put a lot of time and effort into developing a functional, useful app. Submitting it to the Shopify App Store is the next step to getting your app live and in the hands of the merchants who will benefit from it most. 

But before that can happen, your app needs to be reviewed by the Shopify App Review team. Since so many merchants rely on Shopify apps to run their business day-to-day, it’s important that we have a set process to review and approve apps before they’re available to users. The app review process helps ensure that all Shopify apps reach a certain level of usability, trustworthiness, and functionality. 

In this section, we’ll dive into how to prepare your app to submit your app for review.

Preparing to submit your app

The app review process can be daunting, but the secret to making it as smooth as possible is to prepare for it. Knowing what to expect beforehand, and understanding what information you should have ready to go, will help you move more quickly through the review stages.

Below are the steps to follow before you submit your app for review.

1. Meet Shopify’s app requirements

There are certain requirements that all public apps must meet before they can be approved for the app store. These include:

  • Understanding prohibited and restricted app configurations
  • Creating an app listing, even if you plan to keep your app unlisted (see below)
  • Meeting installation and setup requirements
  • Meeting functionality and quality expectations
  • Addressing security and merchant risk
  • Understanding your responsibilities with merchant and buyer data
  • Having support for users

You can find all requirements for public apps on Shopify in the developer help docs. It’s important to note that unlisted apps need to meet the same requirements as listed apps because they are both public app types. This is important for maintaining a quality standard, but also because these public apps can change visibility at any time.

In addition, certain app configurations have additional requirements. These app configurations include:

  • Online store apps
  • Embedded apps
  • Product sourcing apps
  • Mobile app builders
  • Sales channels

All the requirements for public apps can be found in our documentation.

2. Writing your app listing

All public apps—listed or unlisted—require a complete app listing for submission. Your app listing page will serve as the home of your app in the Shopify App Store. It contains:

  • Your app name and tagline
  • Your app icon
  • A promotional video
  • Your app’s key benefits
  • Screenshots of your app
  • A detailed description of what your app does
  • Pricing details
  • Developer contact information
  • And more specific information, depending on your app
How to build a Shopify app: Screenshot of the app listing page for Shopify’s Local Delivery app, including the app name, explanation of key app features, a button to add the app to the merchant's store, average rating and link to reviews, and links to support.
The app listing page for Shopify’s Local Delivery app.

While some of these elements are optional, the more information you provide potential users, the better. Combined, this information is your most powerful tool for convincing users that your app is the best solution for them. Because this is such a key surface, you should spend time understanding the requirements of your app listing, and how to best optimize it

Below, we take a high level look at what to consider in your app listing. 

  • Your app name and tagline: Your name and tagline should be unique, relevant to the solution your app provides, leverages keywords likely to be used by users when searching the app store, and cannot include the word “Shopify.”
  • Visuals and video: Consistent branding and high-quality visuals and video will help your brand stand out. Your video should promote your app and its features, but should not be an instructional video. If you’re not confident about your video-creating skills, consider outsourcing it. A professional video will reflect well on your brand and make your app more trustworthy to users. For visuals, avoid white backgrounds and make sure you have permission to use any logos and images. Use free stock image sites like Burst if needed.
  • Screenshots: You will be required to submit at least three screenshots of your app in use. You can annotate these screenshots to highlight important sections. Your screenshots should include alt text for accessibility and to improve your listing’s SEO, and should not include any merchant information. Depending on the type of screenshot—desktop, mobile, or point-of-sale—there are additional guidelines in our documentation.
  • Key benefits: Explain your top value propositions to potential users. Communicate clearly, without typos, and make sure your messaging is relevant to your users’ needs. 
  • Detailed description: Build on your key benefits and explain in detail how your app solves your users’ needs. This isn’t a space to explain how to use your app—instead, use your detailed description to explain to merchants how your app will make their business better. This is your only chance to pitch a potential user, so list your features and include some information about your company, to help build trust. Remember to edit thoroughly, and leverage on-page SEO to help your app rank well in Shopify App Store search results.
  • Pricing details: Clearly and concisely describe your pricing strategy so users know exactly how much they’ll be charged to use your app. Be upfront about the charges users can expect. Pricing info should be kept out of other sections of your listing, so merchants can get all the information they need to know here.
  • Privacy policy: Explain to merchants how their data will be protected.
  • FAQs and support links: Not all merchants are tech-savvy. Providing robust support is an important step in building trust with users, and helps them solve problems themselves before contacting you. Include links to your developer website, FAQs, and technical documentation so users can quickly access the information they need.
  • Track your listing. Set up Google Analytics on your listing to understand where traffic is coming from. You can learn more about how to do this in the app performance management and monitoring chapter.

Setting up your listing page is really important. For more in-depth guidance on creating the best listing page you can, visit our guide on How to Get More App Downloads in the Shopify App Store.

3. Test your app

Once you’re confident your app meets the requirements above, you’re ready to move onto testing. Shopify is a complex platform, and no two merchants have the same needs or goals. Thorough testing helps catch as many errors and bugs as possible, so that your app doesn’t break when these varied merchants install it.

When testing your app, you want to ensure it functions correctly for your users, especially for merchants who aren’t tech-savvy. Most merchants are not developers, so the more user-friendly your app is, the more it will help users have a positive experience.

At a high level, you want to ensure that:

  • Users can easily install your app
  • Your app can handle issues like 404s, heavy traffic, and heavy input
  • Your app works on different Shopify themes
  • You can uninstall and reinstall your app on the same shop
  • Your app’s URLs and redirects are working
  • Your app billing system is working

More details on testing your app can be found in our documentation. You can also read our in-depth guide on user testing your app on our blog.

Submitting your app

Once you’ve tested your app thoroughly and ensured it’s production-ready, you can submit it to the Shopify App Review team. Reviewers will check to make sure that your app is a complete product, and is ready to be used by a merchant the moment it’s approved for the Shopify App Store.

Before you hit submit, double-check the following:

  • Make sure your app meets our app requirements
  • Make sure you have sufficient support documentation, including docs that will help users who may struggle to understand technical terms
  • If your app requires test credentials to function, then be sure to include them in your submission

“We see developers benefit from including test account credentials in Part G of the app submission form,” says Shopify App Review Specialist Jeff Haga. “If using a test account is required for us to use your app, we won’t be able to complete a full review. This will likely result in your reviewer rejecting your app submission.” 

Once your app is ready, and you’ve thoroughly tested and prepared, follow the instructions in our documentation to submit your app via the Partner Dashboard.

The review process

Once you’ve submitted your app, the Shopify App Review team will review it to ensure it meets our standards. Generally speaking, reviewers will ensure that your app’s authentication, core functionality, and Billing API are all functioning correctly. Reviewers also scan your app listing to make sure that the minimum fields are filled in correctly.

Over average, the review process takes 6-8 business days. During that time, your app will move through various stages, and you’ll be kept informed about what stage your app is at. 

Publishing your App to the Shopify App Store

In this Twitch AMA, two Shopify app reviewers outline app submission best practices and what they’re looking for as they review two real Shopify apps in real time.

The app review stages

Your app will move through the following stages during the review process.

How to build a Shopify app: Screenshot of flow chart for app review process: Pre-submission (draft). App is submitted (submitted). App is reviewed (in review). If app fails the review (draft), app changes are made (draft), and it is resubmitted (submitted). If app makes it to the conversation stage (in review), app changes are made (in review), and finally the app is approved (approved).

Draft stage: You are actively working on your app, and it has not yet been submitted for review. Or, your app was rejected from review, and has reverted to the draft stage so you can address outstanding issues.

Submitted: You have submitted your app through the Partner Dashboard for review.

In review: Your app has been reviewed and will move to the conversation stage.

Fails: If your app fails the first review, it reverts to a draft. You will receive an email describing the issues. Once you fix them, you can resubmit through the Partner Dashboard, at which point the process restarts.

Conversation stage: If only minor changes are required with your app, you will be moved to the conversation stage. Here, you will be in communication with Shopify’s team via Zendesk, to discuss your app and make any necessary changes.

Approved: Your app is live and will appear in the Shopify App Store. By default, all approved app listings are visible in the app store.

You can learn more about what to expect during the approval process in our developer documentation.

Revisions and changes

It’s very common that upon review, you’ll be asked to make some changes or revisions to your app. You’ll be informed via email of what needs to be updated. If the necessary changes are substantial enough, your app will be rejected. Once you fix the outstanding issues, you can resubmit. However, if the changes are relatively minor, you’ll be put into contact with the review team via Zendesk to chat about your app and make the necessary updates.

Once you’ve fixed everything that needs to be fixed, and the review team is confident that your app meets our standards, you’ll be approved, and your app will go live in the Shopify App Store. It’s time to celebrate! You’ve earned it.

Additional resources:

6. Monitoring your app: keeping performance top of mind

How to build a Shopify app: Monitoring your app: keeping performance top of mind. Illustration of a person looking through a telescope at a digital map of moving arrows.

Before you launch your app, there are a few things you need to know about how to keep it healthy, secure, and high-performing beyond launch.

This section covers what it means to have a “healthy” Shopify app, and what it takes to keep it successful, so it continues to be helpful to merchants over both the short and long term.

App health within the Shopify ecosystem

A healthy Shopify app fulfills the specific use case it was installed to address, while allowing the developer to continue to grow and scale their own business. 

Maintaining your app’s health means staying on top of any and all changes, addressing potential security issues, and monitoring the business insights that will help you understand your app’s performance within the Shopify ecosystem.

Breaking changes and API versioning

Shopify is always building, changing, and growing. As a developer, it’s important to stay in the loop with all these changes, so that your app stays secure and up-to-date in the process.

We always make sure to announce changes in advance and remind developers of versioning or deprecation closer to the release. Your Partner Dashboard, the developer changelog, and our developer documentation all make it easier for developers to keep informed of upcoming changes. We also announce updates in advance on the Partner Blog

As well as the above resources, we also have an API health report available in your Partner Dashboard. The report shows any deprecated calls your public or custom apps are making, and the deadline for updating those calls in your app.

Furthermore, you should always ensure that your developer contact information is up-to-date, as we regularly use email to communicate important updates and breaking changes well in advance.

How to build a Shopify app: screenshot of the developer changelog page. Stay up to date with the recent changes to Shopify's APIs and other developer products. Screenshot shows tabs for both Recent and Scheduled updates, a field to enter your email to sign up for email updates, allow you to filter the changelog for posts that require action, or by tag: API, Tools, Shopify App Store, Themes, or Platform.
The developer changelog.

In 2019, we introduced API versioning at Shopify so that both Shopify and third-party developers have a clear cadence for when specific changes will be made to the API. Every quarter, Shopify releases a new API version. These releases typically happen on (or close to) January 1, April 1, July 2, and October 1. When a version is released, it lives for about a year, and is named in a year-month format, such as 2020-10. Each stable version is locked for a year, after which support isn’t guaranteed. You should always keep your app on a stable version to avoid any breaking changes.

In addition to the ways Shopify helps keep you up-to-date on app performance and ecosystem updates, there are a myriad of other performance management and analytics tools you can use to make sure your app stays healthy post-launch.

App performance management and monitoring

There are various monitoring tools you can use to make sure your app stays healthy and stable as you build new features, scale your performance, and grow your user base. By ensuring all the software within your tech stack is performing smoothly, you maintain a consistent, high-quality user experience and minimize any downtime.

App performance monitoring tools like Bugsnag, Datadog or Sentry monitor your app stability, and make it easy to pinpoint and solve any errors across the applications in your tech stack. Each of these tools have varying costs associated with them.

Services like AWS Lambda allow you to run code without provisioning or managing servers, and automatically scales based on how many event requests you get without needing to upgrade your servers. This will prevent situations like your app becoming slow to load, damaging the user experience. 

Depending on where the majority of your users are located, your app usage may spike during certain times of day. You want to make sure you set up your infrastructure so there is no downtime during a spike.

Using an app performance monitoring or management tool helps you to understand the stability and security of your underlying systems, which allows you to predict or project how your app will perform if you have a surge of installs, for example. You’re able to anticipate app performance based on various user loads.

Not all app performance monitoring tools are created equal in terms of features and functionality, however, and they vary in price depending on the vendor. It’s a good idea to do your own research into what tool will help you the most for your app’s specific use case.

Business insights

Setting yourself up to track business insights is something you’ll also want to do from the beginning. Developer Daniel Sim created Shopify apps such as Plug In SEO and Plug In Speed (which he exited earlier in 2020) and is the founder of App Store Analytics. He says monitoring business insights was something he and his team set up before they launched their apps in the Shopify App Store.

“Our team was very data-driven,” Sim says. “We had metrics covering product, support, software, infrastructure, and marketing. We kept the number of metics as small as possible, making sure each was actionable and owned by someone on the team. They applied right from when an app had tens of users through to tens of thousands.”

“Every app developer needs to know how merchants are finding their app, and what their journey looks like. It makes all the difference when it comes to earning revenue from your app,” Sim says.

Every app developer needs to know how merchants are finding their app, and what their journey looks like. It makes all the difference when it comes to earning revenue from your app.

Daniel Sim, Founder, App Store Analytics

Sim’s team used Dave McClure's AARRR Pirate Metrics funnel of Acquisition, Activation, Retention, Revenue, and Referral to measure app performance.

  • Acquisition: How a merchant finds your app 
  • Activation: When a merchant installs your app 
  • Retention: After activation, users stick around and stay engaged with your app
  • Revenue: How much money the merchant makes for you
  • Referral: A count of how many merchants are telling others about it

The AARRR metrics funnel gives app developers a performance overview that helps to decide what to focus on next to grow. Sim used the conversion rates between each stage of the funnel to benchmark against other apps, and to spot opportunities and trends between his own apps.

“It's fun to build products and add new features,” Sim says. “I'm a developer, so I love to code. Working on acquisition was out of my comfort zone. At first, I didn't properly measure it, essentially ignoring it altogether. But when I eventually did start tracking it, I could see everything else was performing way above average apart from acquisition.”

Measuring a few key metrics will help you understand how your app is performing so you can adjust what isn’t working as needed. 

What metrics you should be tracking

Within the AARRR framework, Sim’s main business metrics were:

  • Total users from Google Analytics visiting their app listing and public website 
  • Installs taken from the Shopify Partner Dashboard 
  • Reviews written on their app listing
  • Free trial to paid conversion rate
  • Revenue growth
  • Percentage of merchants who churned in a given period

To track free trial to paid conversion rate, revenue growth, and churn, you can export the app history CSV from your Partner Dashboard into Google Sheets.

Once you start tracking, what do you do with the data? 

“We put all of our AARRR metrics into a Google Sheet and shared it with the team every week,” Sim says. “Depending on the stage of the app, we'd either use just a week's worth of numbers if there was enough to be statistically significant, or a sliding window of 28 days.”

The conversion rates were important in deciding what to work on. If Sim could see that their revenue growth was slowing, they would investigate back up the funnel to see why. 

Sim says becoming disciplined at tracking AARRR every week helped him and his team focus on things that would support serious growth rather than incremental improvements.

However, Sim says you can make the mistake of tracking too much.

“My thinking was: ‘Oh no, if I don't track this now and we need it in future there's no way to get it retroactively,’” he says. “There was too much noise and it was expensive to maintain all of that tracking as we developed the product. It was a mess. So we pared everything back to just the metrics we needed to track our running experiments. It got tracked and it got done.”

When you’re able to identify problem areas or adoption rate stagnation, you have a better understanding of how your app is performing, your users’ behavior, and where there is room for improvement.

Metrics-tracking starter tech stack

The tools you use to track your business metrics will vary depending on your needs and goals. Tracking your listing traffic in the Shopify App Store is a great way to get more information about how users are finding your app listing.

You can go even further by setting up a couple tools that will help you keep track of the metrics and data that matter. Here are a few to get you started:

  • Google Analytics: for marketing efforts and acquisition
  • Partner Dashboard: for CSV exports of activation, retention, and revenue 
  • Amplitude: for in-app and email events, attributes, and segmentation
  • Partner Metrics: for quarterly and annual trends
  • Baremetrics: for benchmarks, goals, and free trial insights
  • Segment (acquired in 2020 by Twilio): for organizing your data pipeline for a clean overview

This metrics-tracking tech stack can help jumpstart tracking the right data so you can make more informed business decisions and gain traction in the Shopify App Store.

Once you have the data to understand how your app is performing, you can begin to conduct experiments to improve your app and scale over time.

Designing app growth experiments through data analysis

It’s important to understand which metrics you want to track and prepare to track them before you publish your Shopify app. This will set you up to have a clear understanding of how your app is performing, allow you to define what success looks like to you, and design growth experiments through that data analysis.

Once Sim and his team identified which metrics they wanted to improve, they would come up with hypotheses to try out. For the most promising hypotheses, they designed experiments. Each experiment offered more granular temporary metrics, that would tell Sim if their hypothesis was validated or invalidated. Wherever practical, and if they had enough volume, they would run A/B tests on their hypotheses.

One such experiment was when they changed the code installation step of onboarding to be automated rather than something support would help with. 

“To make it an accurate experiment, we added metrics for which stage of onboarding the merchant was dropping out at, their interactions with support, and how engaged they were with the app after onboarding,” Sim says. “Surprisingly, we found that automated code installation led to worse retention. Temporary, focused metrics helped us to invalidate what looked to be a valid hypothesis.”

Build and understand traction to scale app performance and installs

Once you’ve set up your app performance management and monitoring tools, you’ll start to see trends, be able to flag fixable errors, and learn how to keep your app high performing and your users happy.

“Getting initial traction is like pushing a huge boulder,” Sim says. “Once you get it rolling though, Shopify offers many opportunities to work with the world's best merchants in a healthy, thriving ecosystem of partners.”

Additional resources:

Get started building your Shopify app

Learning how to build a Shopify app can feel daunting if you’re not sure where to start. Now that you’ve learned the six stages of app building for the Shopify ecosystem, the only limit is your creativity. There are many different ways you can approach creating your app and the steps outlined in this article are simply meant to guide you through the app-building process.

You’ve got what you need to start building a Shopify app. The rest is up to you.

Illustrations by Eugenia Mello.

Grow your business with the Shopify Partner Program

Learn more