Skip to main content
GET
Get storefront compliance status

Authorizations

Authorization
string
header
required

API key or access token

Response

object | null

Get storefront compliance status

Individual readiness check result

id
string
required
name
string
required
description
string
required
category
string
required
status
enum<string>
required

Status of a readiness check. optional is reserved for checks that are explicitly skipped (e.g. billing in non-production environments) — they are not required before the storefront can start transacting.

Available options:
complete,
partial,
missing,
optional
isBlocker
boolean
required
method
string
details
string
action
enum<string>

Where this step resolves. Absent → the widget falls back to its own routing for the check id.

Available options:
inline_currency,
inline_operator_domain,
link,
policy,
open,
chat,
recheck
actionLabel
string

Outcome-named action label for this step (e.g. "Connect ad server", "Set currency") — names the task, not the tool. Absent → the widget derives a label from the check name.

actionUrl
string<uri>

Absolute application destination for a link action. Server-owned so every MCP Apps host executes the same destination without a model prompt.

actionValue
string

Current value used to seed an inline action control, when applicable.

compliance
object[]

Per-agent compliance results (present on agent_connectivity checks)

requirement
enum<string>

Requirement classification for this storefront's current selling path. 'hard': must be resolved before the storefront can go live. 'soft': advisory — improves outcomes but never blocks. 'platform_default': the platform applied a sensible default (named in appliedDefault) that the seller can change later. The server always sets this; optional only for payload compatibility.

Available options:
hard,
soft,
platform_default
appliedDefault
string

For 'platform_default' checks: the default the platform applied, stated in seller terms, and how to change it.