Shopify Storefront API · GraphQL Specification

Shopify Storefront API GraphQL API

The Shopify Storefront API is a GraphQL API for building headless commerce experiences. It provides access to products, collections, cart, checkout, customer accounts, and contextual pricing. All requests use GraphQL over HTTPS and require a Storefront API access token. The Storefront API supports both unauthenticated (public) and customer-authenticated access patterns.

Documentation Endpoint View on GitHub CommerceEcommerceHeadlessGraphQLStorefrontProductsCartCheckoutGraphQL

Overview

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

The Shopify Storefront API is a GraphQL API for building headless commerce experiences. It provides access to products, collections, cart, checkout, customer accounts, and contextual pricing. All requests use GraphQL over HTTPS and require a Storefront API access token. The Storefront API supports both unauthenticated (public) and customer-authenticated access patterns.

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

The specification includes 3 reference links.

Tagged areas include Commerce, Ecommerce, Headless, Storefront, and Products.

Endpoint

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

References

Related API Specs

Shopify Storefront API (OpenAPI)
Back to Shopify Storefront API · All GraphQL Specs · GitHub