Shopify API, libraries, and tools
Explore Shopify’s API reference and templating documentation. Shopify provides a range of software tools, app templates, example apps, and libraries to accelerate your development process.
Check out your options to see which one is right for you.
Anchor to Build appsBuild apps
Extend Shopify’s core functionality by building apps that integrate into Shopify’s admin, online store, checkout and more.
Anchor to Component libraries, references, and app extensionsComponent libraries, references, and app extensions
Explore the available component libraries and references for building apps. Seamlessly add your app’s functionality to Shopify user interfaces using app extensions.
Anchor to Build custom storefrontsBuild custom storefronts
Build commerce experiences and branded custom storefronts using the Storefront API and Hydrogen.
Anchor to Build themesBuild themes
Help users express their unique brand in their storefront by building a custom theme.
Anchor to API explorationAPI exploration
Start exploring Shopify's GraphQL Admin and Storefront APIs on a demo shop.
Anchor to AI-powered API assistanceAI-powered API assistance
Use AI tools to accelerate your API development workflow, with features like GraphQL generation, REST conversion, and contextual chat assistance. Trained on Shopify data for high accuracy.
Anchor to API librariesAPI libraries
Shopify provides several official libraries for interacting with the GraphQL Admin API. Members of the Shopify developer community have created similar libraries covering other languages and technology stacks.
Anchor to Official Shopify Admin API librariesOfficial Shopify Admin API libraries
Anchor to Third-party Admin API librariesThird-party Admin API libraries
These libraries are created and maintained by members of the Shopify community. They aren’t official Shopify API libraries.
Anchor to NodeNode
Anchor to .NET. NET
Anchor to App templatesApp templates
The following templates can help you start your Shopify app development.
When you scaffold an app using Shopify CLI, you can specify the template that you want to use with the --flavor flag. Enter reactRouter, node, or ruby to use one of our app templates, or use a third-party template by providing a path to a GitHub repository for the template.
Shopify recommends using the React Router template for most apps.
You can also build an extension-only app, which is an app that contains no app home, and uses the extension-only template. To create an extension-only app, select Build an extension-only app when you create your app. Learn more about extension-only apps.
To learn more about building using the template, and deploying apps built using the template, review the readme in the template repository.
Anchor to Sample appsSample apps
The following examples can help you with your app.
- Shopify QR Code app: An example app based on the Node app template. The app, inspired by Shopcodes, implements basic QR code generation for products and discounts.
- Storefront API apps: A series of example apps that demonstrate how to use the Storefront API. The examples are built and maintained by community members.