
GraphQL Admin API reference - Shopify Developers Platform
The Admin API lets you build apps and integrations that extend and enhance the Shopify admin. Learn how to get started using efficient GraphQL queries.
About GraphQL - Shopify Developers Platform
Get an introduction into GraphQL, its benefits over REST, and how you can use GraphQL at Shopify.
GraphiQL for the Admin API - Shopify Developers Platform
If you are developing an app using Shopify CLI, you can launch GraphiQL while running the dev command by tapping the g key. Shopify CLI's GraphiQL instance connects as your app, so it …
GraphQL queries - Shopify Developers Platform
Shopify provides a read-only demo store which can be used to execute queries without needing to connect to a dev store. You have access to the demo store via a GraphQL Explorer interface …
GraphQL basics - Shopify Developers Platform
Get an introduction into GraphQL, its benefits over REST, and how you can use GraphQL at Shopify.
products - GraphQL Admin - Shopify Developers Platform
Retrieves a list of [products] (https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) in a store. Products are the items that merchants can sell in their store. Use the `products` query …
Perform bulk operations with the GraphQL Admin API
Shopify's infrastructure does the hard work of executing your query, and then provides you with a URL where you can download all of the data. The GraphQL Admin API supports querying a …
Product - GraphQL Admin - Shopify Developers Platform
Use the productSet mutation to sync information from an external data source into Shopify, manage large product catalogs, and perform batch updates. The mutation is helpful for bulk …
About REST to GraphQL migration - Shopify Developers Platform
You can migrate your apps to use the GraphQL Admin API instead of the REST Admin API to take advantage of the benefits of GraphQL. This section includes guides and resources to help …
Migrate to GraphQL from REST - Shopify Developers Platform
Generate GraphQL operations, convert REST requests to GraphQL operations, and get interactive help with Shopify's AI-powered assistant. Trained on Shopify data for high accuracy.