bc-api-graphql

Fetch and manipulate BigCommerce storefront data via GraphQL API.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill bc-api-graphql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-api-graphql
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/bigcommerce-commerce/skills/bc-api-graphql
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill bc-api-graphql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to efficiently fetch and manipulate data from BigCommerce storefronts using GraphQL, streamlining the development of dynamic e-commerce frontends.

Core Features & Use Cases

  • Client-side Data Fetching: Retrieve product, category, cart, and customer data with precise queries.
  • Dynamic Storefronts: Power headless commerce solutions, SPAs, and enhance Stencil themes.
  • Authentication: Handle storefront and customer impersonation tokens securely.

Quick Start

Use the bc-api-graphql skill to fetch product details for entity ID 123.

Frequently Asked Questions about bc-api-graphql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch product and cart data from a BigCommerce storefront using GraphQL?

You can fetch product and cart data from a BigCommerce storefront using GraphQL by executing precise client-side queries for dynamic content retrieval. This requires proper authentication using storefront or customer impersonation tokens to access the requested information.

Can I use the BigCommerce GraphQL Storefront API for headless commerce and SPAs?

Yes, the BigCommerce GraphQL Storefront API supports headless commerce architectures and Single Page Applications. It enables dynamic content loading by allowing precise data fetching for storefront elements like products, categories, and customer information.

What authentication is required for BigCommerce GraphQL storefront queries?

Authentication for BigCommerce GraphQL storefront queries requires using storefront or customer impersonation tokens. You must handle these tokens securely to facilitate authorized client-side data retrieval and manipulation within your application.

Does the BigCommerce GraphQL API work with Stencil themes?

Yes, the BigCommerce GraphQL API works with Stencil themes by enabling precise data fetching to enhance dynamic content loading. It allows developers to retrieve and manipulate storefront data directly within their existing Stencil theme architecture.

Are there complexity limits when querying the BigCommerce GraphQL Storefront API?

Yes, you must adhere to GraphQL complexity limits when querying the BigCommerce GraphQL Storefront API. These limits are in place to manage query depth and breadth, ensuring efficient client-side data retrieval without overloading the storefront.