BigCommerce
Integrations
Apps
Introduction

Introduction to Building Apps

Using BigCommerce's powerful APIs, SDKs, and toolkits, developers can build apps that are installable on BigCommerce stores. Once approved, apps can be sold (or made available free of charge) to all BigCommerce merchants on the App Marketplace (opens in a new tab). This is the first article in a comprehensive developer's guide to building BigCommerce apps. It provides a brief, high-level introduction for developers new to the platform. If you already have experience developing for BigCommerce, feel free to skip ahead or check out the quick start tutorial.

About BigCommerce apps

Let's first take a look how apps are discovered, displayed, and managed on BigCommerce stores.

Discovery

Approved apps are listed on the App Marketplace (opens in a new tab) for merchants to browse, search, and install.

App Marketplace

Management

Apps installed on a store are managed in the store's control panel under Apps > My Apps (opens in a new tab). Here, store users can launch or uninstall the app.

App Management

Display

When a merchant launches an app, BigCommerce makes a request to the app's /load callback and displays the app's UI in an iFrame.

App Display

Use cases

What can developers do with BigCommerce apps?

Integrate with business systems

Use BigCommerce APIs to integrate stores with business systems such as the following:

Learn more about BigCommerce's APIs.

Connect to sales channels

List products on external sales channels (opens in a new tab) with Channels Toolkit.

Learn more about connecting apps to sales channels..

Add and manage scripts

Create and manage scripts with Scripts API and Script Manager (opens in a new tab).

Learn more about creating scripts.

Create custom widgets

Create widgets (opens in a new tab) for merchants to install and configure.

Learn more about creating widgets.

Getting started

Here's how to get started with BigCommerce development:

  1. Create a BigCommerce sandbox store.

  2. Apply to be a Partner (opens in a new tab) to get paid for your apps.

  3. Create a Developer Portal account (opens in a new tab) to register and submit apps.

  4. Join the Developer Community to get help from other BigCommerce developers.

  5. Check out the Marketplace (opens in a new tab) to get inspiration on what to build.

Next steps

Resources

Sample apps

Tools

Blog posts

Did you find what you were looking for?