ucp-orders-webhooks

Implement UCP Order management and signed webhook delivery with Detached JWTs.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill ucp-orders-webhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ucp-orders-webhooks
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/ucp-agentic-commerce/skills/ucp-orders-webhooks
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill ucp-orders-webhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines post-purchase order management by implementing the UCP Order capability and ensuring secure, cryptographically signed webhook delivery for updates.

Core Features & Use Cases

  • Order Management: Track line item fulfillment, process adjustments (refunds, returns), and manage order lifecycle events.
  • Secure Webhook Delivery: Implement robust, signed webhook notifications for real-time order updates.
  • Use Case: A platform needs to receive and process order updates from a business. This Skill enables the business to send signed order payloads and the platform to verify and process them securely.

Quick Start

Use the ucp-orders-webhooks skill to implement order management and webhook delivery for UCP.

Frequently Asked Questions about ucp-orders-webhooks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage post-purchase order fulfillment using the Universal Commerce Protocol?

You can manage post-purchase UCP orders by tracking line item fulfillment, processing adjustments like refunds and returns, and handling order lifecycle events. This Skill implements the UCP Order capability for secure order management.

How do I securely deliver webhook notifications for order updates?

Secure webhook delivery for order updates is handled using cryptographically signed notifications with Detached JWTs. This ensures secure, verified communication between the business and platform for real-time order changes.

What is the best way to process UCP order adjustments and returns?

Processing UCP order adjustments and returns is handled through the order management capability, allowing you to track fulfillment and process refunds. Signed webhook payloads securely transmit these lifecycle events.

Do I need Detached JWTs to verify UCP webhook payloads?

Yes, Detached JWTs are required to cryptographically verify UCP webhook payloads. This mechanism ensures that the signed order updates sent between the business and platform remain secure and untampered.

Can I track line item fulfillment status with UCP orders?

Tracking line item fulfillment status is a core function of UCP order management. The Skill handles the order lifecycle and sends real-time, signed webhook notifications for fulfillment updates.

Why use Detached JWTs for webhook delivery in UCP order management?

Detached JWTs secure webhook delivery by separating the cryptographic signature from the payload, ensuring order updates are verified without altering the original order data. This prevents tampering during business-to-platform communication.