Skip to main content
Core concepts

Anchor to Know what applies to every APIKnow what applies to every API

Authentication, versioning, limits, and error handling work in similar ways across Shopify's APIs, though the details can differ from one API to the next. All Shopify APIs are subject to the Shopify API License and Terms of Use.

The Dev Dashboard app overview beside a terminal running Shopify CLI to create an app.

Dev tools

Anchor to Set up your development environmentSet up your development environment

Shopify's tools generate a project, run it against a store while you work, and deploy it.

  • Shopify CLI scaffolds apps, themes, and custom storefronts, runs them against a dev store while you work, and packages and releases your app versions.

  • Dev stores are stores with test data that you build and test against.

  • React Router app package is Shopify's app package for React Router v7 and later.

  • Libraries and templates include official and community API libraries for Ruby, Node, PHP, Go, and .NET, plus app templates and sample apps.

The Stores page in the Dev Dashboard, listing dev stores, client transfer stores, and collaborations.

App data and logic

Anchor to Read and write store dataRead and write store data

Your app reads and writes a store's data, runs its own logic on that data inside Shopify, and learns when something changes.

  • GraphQL Admin API reads and writes products, customers, orders, inventory, and the rest of the data behind the Shopify admin.

  • Events report object and field-level changes to GraphQL resources with highly configurable payloads, while classic webhooks notify your app when a store changes.

  • Shopify Functions run your own logic inside Shopify's backend for discounts, payments, and delivery.

  • ShopifyQL queries store data with SQL-like syntax and returns typed columns and rows.

  • Payments Apps API handles payment, capture, refund, and void sessions for payments partners.

Diagram of an app calling the GraphQL Admin API to reach store data such as products, orders, customers, and inventory, with webhooks and events flowing back to the app, and Shopify Functions running the app's own logic inside Shopify.

Extensions and UI

Anchor to Extend every Shopify surfaceExtend every Shopify surface

Extensions render your app's interface inside Shopify's own surfaces, so it keeps working when Shopify changes the surface underneath it. Each surface has its own extension API.

The Shopify admin products page with an app's action modal open on top of it.

Storefronts

Anchor to Build custom commerce experiencesBuild custom commerce experiences

Buyer-facing experiences run on Shopify's storefront APIs, frameworks, and template languages, from a Shopify theme to a storefront you host yourself.

A Hydrogen storefront running locally, showing a hero banner and a recommended products row.

App management

Anchor to Manage and monitor your appsManage and monitor your apps

The Dev Dashboard is where you configure a live app and watch how it's behaving. The APIs in this section cover the same ground programmatically.

  • Dev Dashboard creates and manages apps, stores, and catalogs, and its monitoring and logs chart webhooks, functions, and your own events.

  • API health report shows whether your apps are making deprecated API calls, before a version removes them.

  • App Events API sends your app's own events to that monitoring, and reports usage for usage-based charges.

  • Partner API provides access to the data in the Partner Dashboard, such as organizations and payouts.

Dev Dashboard charts showing webhook delivery volume and response times over time.

Additional APIs

Anchor to Go deeper with specialized toolsGo deeper with specialized tools

Specialized tools cover specific surfaces and use cases: reaching shoppers in the Shop app, taking payments on sites that aren't on Shopify, measuring what buyers do, and reusing customer logins you already have.

  • Shop API connects your storefront to Shop, Shopify's consumer commerce surface, and Shop Minis are experiences that run inside the Shop app.

  • Shop Pay Wallet adds Shop Pay checkout to an ecommerce site that isn't on Shopify.

  • Web pixel app extensions collect behavioral data for marketing, optimization, and analytics.

  • Multipass manages customer authentication across multiple applications, so a customer who already logged in on your platform doesn't log in again.

A phone showing the Shop app with a product card and a Shop Pay checkout panel.

Was this page helpful?