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.
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
References
- Documentation https://shopify.dev/docs/api/admin-graphql
- Reference https://shopify.dev/docs/api/admin-graphql/latest
- GettingStarted https://shopify.dev/docs/api/usage/graphql