Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

DEVDOCS-5571: [update] remove feature-complete callout #2084

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/api-docs/storefront/graphql/graphql-api-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ keywords: storefront, graphql

Below are example GraphQL queries for use with the BigCommerce GraphQL Storefront API. The purpose of these examples is to assist developers in getting familiar with the API. For a general overview of its usage and capabilities, see [GraphQL Storefront API Overview](/api-docs/storefront/graphql/graphql-storefront-api-overview).

<Callout type="info">
The GraphQL Storefront API is feature-complete.
</Callout>

## Configuring the request

To get started, you need a BigCommerce store and a Storefront API token. For more information, see the [Authentication section of the GraphQL Storefront API Overview](/api-docs/storefront/graphql/graphql-storefront-api-overview#authentication) or the [Authentication article](/api-docs/getting-started/authentication#bigcommerce-generated-jwts).
Expand Down
4 changes: 0 additions & 4 deletions docs/api-docs/storefront/graphql/graphql-api-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ keywords: graphql, storefront, storefronts, cors, headless,

# GraphQL Storefront API Overview

<Callout type="info">
The GraphQL Storefront API is feature-complete.
</Callout>

BigCommerce's GraphQL Storefront API makes it possible to power a headless storefront; see [Introduction to Headless Commerce](/api-docs/storefronts/guide/overview) for details.
The GraphQL Storefront API also lets you query storefront data from within a [Stencil](/stencil-docs/getting-started/about-stencil) theme.

Expand Down