UCP Checker

ucp_register_webhook

Register webhook for order lifecycle events (order.created, order.status_changed)

Schema

Input Schema

{
    "type": "object",
    "required": [
        "webhook_url",
        "platform_id"
    ],
    "properties": {
        "events": {
            "type": "array",
            "items": {
                "enum": [
                    "order.created",
                    "order.status_changed",
                    "order.updated"
                ],
                "type": "string"
            },
            "default": [
                "order.created",
                "order.status_changed"
            ],
            "description": "Event types to subscribe to"
        },
        "platform_id": {
            "type": "string",
            "description": "Unique platform identifier"
        },
        "webhook_url": {
            "type": "string",
            "format": "uri",
            "description": "HTTPS URL for webhook delivery"
        },
        "signing_keys": {
            "type": "object",
            "required": [
                "primary"
            ],
            "properties": {
                "primary": {
                    "type": "string",
                    "description": "Primary public key (PEM format) for signature verification"
                },
                "fallback": {
                    "type": "string",
                    "description": "Optional fallback public key for key rotation"
                }
            },
            "description": "Public keys for webhook signature verification"
        }
    }
}
Verified Stores
0

No verified stores expose this tool yet.

Weekly UCP Report

Get the agentic commerce digest every Monday

Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.

Free forever No spam Unsubscribe anytime

View a sample report →

Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability