
GraphQL Admin API reference - Shopify Developers Platform
The Admin API lets you build apps and integrations that extend and enhance the Shopify admin. This page will help you get up and running with Shopify’s GraphQL API.
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 …
About GraphQL - Shopify Developers Platform
Explore the following developer tools and resources to learn more about Shopify GraphQL APIs. For a complete list of APIs, and for information about the libraries that you can use to interact …
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 …
Order - GraphQL Admin - Shopify Developers Platform
The Order object serves as the central hub connecting customer information, product details, payment processing, and fulfillment data within the GraphQL Admin API schema.
Shopify API, libraries, and tools
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.
orders - GraphQL Admin - Shopify Developers Platform
Returns a list of [orders] (https://shopify.dev/api/admin-graphql/latest/objects/Order) placed in the store, including data such as order status, customer, and line item details. Use the `orders` …
Storefront API reference - Shopify Developers Platform
The Storefront API provides commerce primitives to build custom, scalable, and performant shopping experiences. Learn how to get started using efficient GraphQL queries.
Shopify API limits
Calls to the GraphQL Admin API are limited based on calculated query costs, which means you should consider the cost of requests over time, rather than the number of requests.
Discount Function API - Shopify Developers Platform
Use the Discount Function API to create a single discount that applies to cart lines, order subtotal, and shipping rates.