Skip to content
For Headless · Hydrogen · Next.js · Remix · live

You own the storefront. Sumeru owns the data plane.

Headless commerce teams want infrastructure they can integrate, not a pre-built dashboard they have to live in. Sumeru's public REST API ingests events from any frontend; outbound webhooks fan out signed payloads; the OpenAPI spec generates client libraries in your language of choice. Framework-agnostic by design.

API ingest p95
0 ms
per-event acknowledge
Webhooks
HMAC
SHA-256 signed · retry × 4
Pixel install
0
server-side ingest only
OpenAPI
v3.1
client libs in any lang
The shape of the problem

Three pain points for headless teams.

Pixel-dependence

"Install our tag" doesn't work.

Most attribution platforms require a JS pixel in the storefront. Headless teams render server-side, generate HTML elsewhere, or use frameworks the pixel doesn't support.

Closed APIs

No public ingest endpoint.

SaaS attribution platforms expose dashboards, not APIs. You can't pipe data in from your own systems; you're limited to whatever they ingest natively.

No webhook out

Data trapped in their dashboard.

Even if you ingest correctly, you can't get attributed events back out into your own data warehouse. Custom integrations require export jobs.

In production

Three headless deployments.

0
storefront pixels installed

Sumeru ran behind a Hydrogen storefront

A B2C brand running Hydrogen on Shopify wired Sumeru via the public API. No pixel needed — events flow from server-side fetch into Sumeru's ingest endpoint, identity stitched via Shopify customer ID. Attribution + cart recovery + decay detection running within 3 days of starting integration.

<200ms
API ingest p95

Custom event ingest from Next.js commerce

A composable-commerce shop on Next.js + Shopify Storefront API streamed every checkout event into Sumeru via REST. Per-event ingest p95 under 200ms; backfill of 90 days completed overnight. The team owns the storefront; Sumeru owns the data plane.

HMAC
every outbound payload

Outbound webhooks → custom warehouse

A headless team built a custom attribution warehouse on top of Sumeru's outbound webhooks. Every `attribution.closed` event lands in their data lake within seconds, signed with HMAC-SHA256. They write their own SQL; Sumeru handles the runtime.

Pro / Enterprise

What's included for headless teams.

CapabilityIncluded
Public REST API for event ingest ✓ OpenAPI spec available
Outbound webhooks · HMAC-SHA256 signed ✓ retry · DLQ · 4 attempts
Per-shop API keys with scope minimization ✓ scoped read/write
Event catalog · 22 typed triggers ✓ payload schema documented
Custom event ingest from any framework ✓ Hydrogen · Next · Remix · custom
Identity resolution via Shopify customer ID ✓ no pixel needed
BigQuery / Snowflake bulk export ✓ Enterprise tier
Recommended tier Pro / Enterprise
30-minute technical call

Walk through the API + webhook signing.

We sketch your storefront stack, walk through the OpenAPI spec, fire a few sample events live, and demonstrate the outbound webhook signature flow. By the end you have a working integration plan and a price range, in writing.