$HEADLESS SYSTEMS
03 / Scorecard / Commerce

Commerce Layer

B
Headless Index
80/100
JAIRF
N/A
Verified
AUG 20, 2026
Methodology v1 · JAIRF v1.0.0

Powered by JAIRF v1.0.0 by Jentic · open methodology at /the-headless-index/methodology

Commerce Layer earns Band B in the Commerce category of The Headless Index, with a thesis-fit score of 80/100. Its strongest dimension is schema observability (19/20); its weakest scored dimension is MCP and agent posture (10/20). No public OpenAPI specification was found when Commerce Layer was scored, which limits how far an agent can go without human integration work.

Editorial verdict
Commerce Layer is solidly built for programmatic consumption. The Headless Index thesis-fit score of 80/100 lands it in the upper-middle of the index, and JAIRF is recorded as N/A for this vendor because no public OpenAPI specification was reachable for the open-source scorer. In practice, vendors at this tier ship most of the primitives agents need, with one or two surfaces still leaning on documentation rather than discovery, and the rest of this verdict explains where Commerce Layer lands inside that pattern. On the API surface, the question is whether the API is the product or a layer beneath the dashboard. Few commerce vendors are this literal about the API being the product. Everything runs over JSON:API at {org}.commercelayer.io/api with OAuth client credentials, and the official TypeScript client (@commercelayer/sdk, around 5,500 weekly npm installs) is generated from the same schema that drives the docs. An agent can drive this product across most practical workflows, with a handful of edges where documentation reading still beats schema discovery. On headless operability: The dashboard is a client of the same API, built from public components (commercelayer/app-elements, commercelayer/dashboard-apps), which is the cleanest possible proof that nothing is UI-only. The CLI carries plugins for webhooks, imports, exports, triggers and resources (@commercelayer/cli 6.9.7). No Terraform provider exists, so organisation-level state is scripted rather than declared, and seeding relies on a CLI plugin.[1] On the MCP and agent-integration axis, which is the fastest-moving criterion in the index: One server exists and it is narrow. It wraps the Metrics API only, runs locally, and its last commit is January 2026 with no stars (github.com/commercelayer/mcp-server-metrics). Core resources, orders, SKUs, prices and markets are not exposed through it. For a vendor whose whole pitch is machine consumption, an MCP surface over the core API should have shipped first.[2] Event posture closes the loop: an agent that cannot react to state changes is reduced to polling. Callbacks are signed with HMAC-SHA256 over the raw body and delivered in X-CommerceLayer-Signature, with the shared secret returned when you create the webhook. Topics follow resource.action naming (orders.place, orders.create) and are declared in the same OpenAPI document, so the catalogue is discoverable rather than prose. Webhook creation and inspection run through a dedicated CLI plugin rather than the dashboard alone. Net assessment: Commerce Layer can be operated by agents for the majority of practical workflows. The closest thing to a gap is MCP posture[3], which integrators should sanity-check against their own use case before committing. Strong fit for agent-driven use cases.
Verdict by Headless Index pipeline (auto)
// AI-drafted from the evidence layer. Editorial review pending.
Scores

Scorecard detail

Headless Index · 5 sub-criteria
API-first design intent18/20
scored

Few commerce vendors are this literal about the API being the product. Everything runs over JSON:API at {org}.commercelayer.io/api with OAuth client credentials, and the official TypeScript client (@commercelayer/sdk, around 5,500 weekly npm installs) is generated from the same schema that drives the docs. A separate provisioning-sdk covers account setup. Ruby is maintained too.

signals (6)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • OpenAPI specNot found across 0 probe paths
  • GraphQL endpointNot discovered (5 probes; project-scoped endpoints require a real project ID)
  • +SDKs maintained4 (typescript); top by stars: commercelayer/commercelayer-sdk (32 stars)
  • +SDK recency2 of 4 SDK repos pushed within 30 days (most recent SDK commit: 2026-08-18)
  • +npm weekly downloads16.8k across published packages; top: @commercelayer/sdk @ 5.5k/week
cite (1)
  • github.sdks@2026-08-19
Headless operation17/20
scored

The dashboard is a client of the same API, built from public components (commercelayer/app-elements, commercelayer/dashboard-apps), which is the cleanest possible proof that nothing is UI-only. The CLI carries plugins for webhooks, imports, exports, triggers and resources (@commercelayer/cli 6.9.7). No Terraform provider exists, so organisation-level state is scripted rather than declared, and seeding relies on a CLI plugin.

signals (9)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • API operations exposedNo OpenAPI spec; operations count unknown
  • ·Docs pages crawled0 pages (crawler: none)
  • ·Auth schemes documentedAuth documentation page not reached by crawler
  • ·Setup / quickstart docsNot reached by crawler
  • ·Billing docsNot reached by crawler
  • ·Teams / org docsNot reached by crawler
  • ·CLI docsNot reached by crawler
  • ·Schema / data model docsNot reached by crawler
cite (1)
  • ai_review_browser.topics_found@2026-08-19
MCP & agent posture10/20
scored

One server exists and it is narrow. It wraps the Metrics API only, runs locally, and its last commit is January 2026 with no stars (github.com/commercelayer/mcp-server-metrics). Core resources, orders, SKUs, prices and markets are not exposed through it. For a vendor whose whole pitch is machine consumption, an MCP surface over the core API should have shipped first.

signals (4)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • +Official MCP serverhttps://github.com/commercelayer/mcp-server-metrics (0 stars, last commit 228 days ago)
  • Community MCP serversNone found
  • +Agent-friendly SDKs4 TS/JS SDKs available; top: @commercelayer/sdk (5.5k/week downloads)
cite (1)
  • ai_review_browser.mcp@2026-08-19
Schema observability19/20
scored

A single unauthenticated GET returns the whole surface: OpenAPI 3.1, version 7.11.1, and 939 documented paths (data.commercelayer.app/schemas/openapi.json), with the org-slug host templated into the servers block. An agent can generate a complete typed client cold, with zero prose. This is reference behaviour for the category, and almost nobody else in commerce matches it.

signals (3)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • OpenAPINot discovered across 0 standard probe paths
  • GraphQL introspectionNo GraphQL endpoint discovered (5 probes; some vendors use project-scoped endpoints that require a real project handle)
cite (1)
  • ai_review_browser.schema@2026-08-19
Webhooks & events16/20
scored

Callbacks are signed with HMAC-SHA256 over the raw body and delivered in X-CommerceLayer-Signature, with the shared secret returned when you create the webhook. Topics follow resource.action naming (orders.place, orders.create) and are declared in the same OpenAPI document, so the catalogue is discoverable rather than prose. Webhook creation and inspection run through a dedicated CLI plugin rather than the dashboard alone.

signals (2)
  • +AI review appliedReviewer: Editorial review on 2026-08-19
  • ·Webhook docs pageNot reached by crawler within budget (0 pages crawled). Cannot confirm whether vendor offers webhooks.
cite (1)
  • ai_review_browser.pages_fetched@2026-08-19
JAIRF · 6 dimensions
JAIRF · N/A

This vendor does not publish a public OpenAPI specification. JAIRF cannot be computed. The Headless Index score and editorial verdict carry the readiness assessment.

No public OpenAPI specification discovered during collection

Powered by JAIRF v1.0.0 by Jentic

Band rationale:A band: JAIRF=N/A HeadlessIndex=80; JAIRF N/A ceiling applied: max band B when OpenAPI not available

04 / Embed

Show Commerce Layer's score on your site.

Drop a live badge into your README, footer, or marketing page. It updates automatically when we re-score, and every embed is a dofollow link back here.

FAQ

Commerce Layer and agent readiness

Is Commerce Layer agent-ready?
Commerce Layer scores Band B on The Headless Index. Its JAIRF rating is not available because no machine-readable spec was scored. Its strongest area for agent use is schema observability; its weakest is MCP and agent posture.
Does Commerce Layer publish an OpenAPI spec?
No published OpenAPI specification was found when Commerce Layer was scored. That caps its JAIRF dimensions and forces agents to rely on documentation or reverse engineering to operate it.
What is Commerce Layer's Headless Index score?
Commerce Layer scores 80/100 on the Headless Index thesis-fit rubric and sits in Band B in the Commerce category. The score weighs API-first design, headless operation, MCP and agent posture, schema observability, and webhooks.