BIGCOMMERCE
Live commerce authority
Owns current products, variants, channel pricing, inventory, shoppers, carts, orders, and checkout behavior.
BIGCOMMERCE · SKU-MD v1.0.0-beta
Enter a public storefront or catalog, or one public product page. Generate the minimal root first, then optionally add one Source-linked Product knowledge document.
Open BigCommerce generatorNo credentials · No private APIs · No bulk crawl · No automatic publication
The integration keeps dynamic transactions and durable product knowledge in the systems that can actually support them.
BIGCOMMERCE
Owns current products, variants, channel pricing, inventory, shoppers, carts, orders, and checkout behavior.
SKU-MD
Publishes a v1 root at /sku.md and, only when useful, one optional Source-linked Product knowledge document.
The flow is intentionally limited to public inputs and locally generated files.
01
Provide a public storefront or catalog, or one public product page.
02
Create and validate the v1 root before adding any optional document.
03
Optionally create one Source-linked Product knowledge document from the explicitly submitted product page.
04
Publish /sku.md, then run the document, published, and graph validation scopes.
These are documented BigCommerce surfaces. Listing them does not mean the current public generator calls them.
PUBLIC
The current generator reads only the public URL submitted by the user. It does not infer extra products or crawl the catalog.
STOREFRONT
Queries visible products, variants, prices, storefront metafields, routes, and content. Requests require an appropriate bearer token; the current generator accepts none.
MANAGEMENT
Authorized API accounts can manage catalog and store data using scoped credentials. This is a future server-side synchronization input, not a public browser source.
AUTH
Store-level and app-level accounts carry access tokens and OAuth scopes. Secrets stay server-side and least privilege is required.
EVENTS
HTTPS, Pub/Sub, or EventBridge delivery can trigger incremental refresh. Receivers still need authentication, idempotency, retry handling, and reconciliation.
STOREFRONT UI
Authorized apps can add channel-aware storefront scripts. Scripts can announce discovery links, but client-side code is not the requested Markdown response.
DELIVERY
Stencil custom templates are assigned to existing page types. A merchant-controlled headless or edge layer can implement an exact same-origin document route.
The reviewed official sources do not document BigCommerce adoption of SKU-MD. Platform capability, compatible discovery, strict conformance, and live authority remain separate claims.
The generated Markdown is the same in every mode. Only the deployed route determines whether publication is compatible or strict.
DISCOVERY
Add a visible or machine-discoverable link through a theme, existing content page, or app-managed script.
Stencil templates render existing storefront page types; Scripts API installs scripts. Neither alone proves a root-path text/markdown response.
STRICT CANDIDATE
Serve immutable, pre-validated files from the storefront application while keeping canonical and parent links on the same origin.
Require exact HTTP 200, Content-Type: text/markdown, byte identity, valid document graph, predictable cache replacement, and exact unknown-file 404.
STRICT CANDIDATE
Serve stored documents at /sku.md and product document paths before requests reach the hosted storefront.
A routing rule is not proof. Verify the real response after every publication change.
| Mode | What it can do | Evidence boundary |
|---|---|---|
| Stencil | Use a theme, custom page, or Scripts API integration to expose discovery guidance. | Compatible discovery only; the documented surfaces do not establish an arbitrary root-path Markdown response. |
| Headless | Serve accepted files from the merchant-controlled storefront application on the store origin. | Strict only after the exact route, media type, bytes, graph, cache replacement, and 404 behavior pass. |
| Edge | Intercept same-origin document paths before the hosted storefront and return stored accepted bytes. | Strict only after the public response is verified independently from configuration. |
The dedicated generator uses the same v1 builders and validator as the generic workflow.
Create the v1 catalog root with the public store identity and a catalog entrypoint.
Add product knowledge only for the one public product page explicitly submitted by the user.
Every included fact links to a public Source; the graph validator checks the resulting document relationships.
If usable sourced product knowledge is unavailable, keep the valid root and do not create the optional document.
Creation and publication are separate steps, so each scope has its own evidence.
document
Run the active v1 document validator before publication.
published
Check the real /sku.md response, status, MIME type, and bytes.
graph
Check every referenced document and Source relationship.
REPEAT
Re-run all scopes whenever the published files change.
The current workflow does not connect to BigCommerce accounts or publish files automatically.
The public workflow stays narrow, inspectable, and merchant-controlled.
Explore what SKU.md adds to your platform and where a small product-knowledge pilot can begin.
BigCommerce SKU.md integrationBigCommerce capability statements come from docs.bigcommerce.com. SKU-MD delivery requirements are labeled separately as independent verification rules.
Platform overview, sandbox, credentials, REST, and GraphQL entrypoints.
Account types, access tokens, OAuth scopes, and authentication boundaries.
Storefront, private, and customer token requirements.
Visible product, variant, price, metafield, and catalog fields.
Event delivery mechanisms, callbacks, retries, limits, and security.
Channel-aware script installation and storefront limitations.
Supported page types, assignments, and URL mapping boundaries.
GraphQL route lookup for products, categories, pages, blogs, and redirects.
Pages, rendered regions, blogs, banners, and route-based content retrieval.
No. It reads public HTML and one explicit same-origin product page. It has no login, token, OAuth flow, or BigCommerce API connection.
BigCommerce requires an appropriate bearer token. The public generator deliberately accepts no credential and does not proxy private tokens.
The reviewed custom-template documentation covers existing brand, category, product, and page types; it does not establish an arbitrary root-path Markdown response.
Scripts API installs client-side storefront scripts. A script can announce a discovery link, but it is not the requested HTTP 200 text/markdown document response.
A merchant-controlled headless application can implement the route, but strict delivery exists only after the real same-origin response passes status, MIME, byte, graph, cache, and 404 checks.
It always creates the minimal v1 root first. The Source-linked Product knowledge document is optional.
No. It contains only explicit Source-linked facts and carries no live price or inventory state. BigCommerce still owns carts, checkout, payment, and orders.
No reviewed official source says so. This independent guide maps documented BigCommerce capabilities to a merchant-controlled workflow; it does not document official BigCommerce adoption of SKU-MD.
Create a reviewable draft without credentials. Use Stencil for discovery or a merchant-controlled headless or edge route for verifiable Markdown delivery.
Open BigCommerce generator