Shopify Admin API · GraphQL Specification

Shopify Admin API GraphQL API

The Shopify Admin GraphQL API is the recommended API for building Shopify apps and integrations. It provides access to all Shopify admin resources including products, customers, orders, inventory, fulfillment, and analytics. GraphQL enables efficient data fetching with precise field selection, real-time subscriptions, and access to advanced platform features not available in REST.

Documentation Endpoint View on GitHub CommerceEcommerceAdminProductsOrdersCustomersGraphQL

Overview

Shopify Admin API GraphQL API is a GraphQL API specification published by Shopify Admin API on the APIs.io network.

The Shopify Admin GraphQL API is the recommended API for building Shopify apps and integrations. It provides access to all Shopify admin resources including products, customers, orders, inventory, fulfillment, and analytics. GraphQL enables efficient data fetching with precise field selection, real-time subscriptions, and access to advanced platform features not available in REST.

The GraphQL endpoint is available at https://{store_name}.myshopify.com/admin/api/2024-10/graphql.json. documentation is published at https://shopify.dev/docs/api/admin-graphql.

The specification includes 3 reference links.

Tagged areas include Commerce, Ecommerce, Admin, Products, and Orders.

Endpoint

https://{store_name}.myshopify.com/admin/api/2024-10/graphql.json

References

Related API Specs

Shopify Admin REST API (OpenAPI) Shopify Webhooks (AsyncAPI)
Back to Shopify Admin API · All GraphQL Specs · GitHub