Skip to main content
Beta

This feature is in beta and subject to change.

Development stores

Beta

The Next-Gen Dev Platform is not yet generally available. Currently, access to these tools and features is limited to organizations participating in an invitation-only early access program. To request entry into the early access program, submit a request.

Visit our dev community to discuss the Next-Gen Dev Platform and provide feedback.

Development stores are a crucial part of the Shopify development process. They allow you to build and test your apps in a safe environment without affecting production stores. You can connect directly to a development store from Shopify CLI using the shopify app dev command. Running dev lets you preview changes to your app without deploying a new version of your app to production stores.

Anchor to Development store limitationsDevelopment store limitations

Development stores are intended for development and testing purposes only. They cannot be used for production purposes and cannot process real transactions. Development stores have the following limitations:

  • You can only install free apps and partner-friendly apps.
  • You can test orders using the Bogus Test gateway or by activating test mode for your payment provider. You can't test orders using real transactions through active payment providers. Learn more about testing orders in development stores.
  • You can't remove the password page from the online store.

Before you begin, ensure you have the following:

  • A Shopify store or Partner account.
  • Permissions to access the Dev Dashboard and create stores. You will need the Create and manage development stores permission to create a development store.

Anchor to Step 1: Log in to the Dev DashboardStep 1: Log in to the Dev Dashboard

A list of development stores in the Dev Dashboard.  Each store has a name, a plan, a build version, and a creator.
  1. Log into the Shopify admin
  2. Click on your store name in the top right
  3. Click Developer dashboard
  4. Click on Dev stores from the top of the page
  5. Click Add dev store to begin the store creation process

Anchor to Step 2: Create a development storeStep 2: Create a development store

A form to create a new development store in the Dev Dashboard.  The form includes fields for the store name, the store plan, and the store build version.
  1. Enter a name for your development store. This name will be used to identify the store in the Dev Dashboard.
  2. Select a plan for your development store. You can choose from the following options:
  • Basic
  • Grow
  • Advanced
  • Plus
  1. Select a Build version You can select Current release or choose a Developer preview that will allow you to try out capabilities that are not yet available to all stores and users.
  2. Click Create store and your store will be created with the selected plan and build version.
  3. Log into your development store.

The CLI and Dev Dashboard display a list of development stores in which the user is a member. When a user creates a development store, they are automatically designated as the store's owner. Additional users must be added to the store as staff members.


Was this page helpful?