acp-orders-webhooks

Manage ACP order lifecycles and deliver HMAC-signed webhook events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of orders within the Agentic Commerce Protocol (ACP) and ensures reliable delivery of webhook events for order lifecycle updates.

Core Features & Use Cases

  • Order Lifecycle Management: Track and update order statuses through various stages (created, confirmed, processing, shipped, delivered, canceled).
  • Webhook Event Emission: Emit HMAC-signed order_created and order_updated events to notify agent platforms of changes.
  • Post-Purchase Adjustments: Handle various order adjustments like refunds, returns, and exchanges.
  • Use Case: After a successful checkout, automatically emit an order_created webhook, then update the order status to shipped and emit an order_updated webhook with tracking information.

Quick Start

Use the acp-orders-webhooks skill to emit an order_created webhook for order ID 'ORD-12345'.

Frequently Asked Questions about acp-orders-webhooks

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

FAQPage Schema
How do I manage ACP order lifecycles and send webhook events for fulfillment?

You can manage ACP order lifecycles by tracking statuses like created, processing, and shipped, while emitting HMAC-signed webhook events for order creation and updates to notify agent platforms of fulfillment changes.

How does HMAC signature verification work for ACP order webhooks?

HMAC signature verification for ACP order webhooks ensures that emitted `order_created` and `order_updated` payloads are securely validated by the receiving agent platform, confirming the authenticity of order status updates and tracking notifications.

Can I handle post-purchase adjustments like refunds and returns within the Agentic Commerce Protocol?

Yes, you can handle post-purchase adjustments such as refunds, returns, and exchanges within the Agentic Commerce Protocol by updating the order status and emitting an `order_updated` webhook to notify connected platforms.

What is the best way to notify an agent platform when an order status changes to shipped?

The best way to notify an agent platform of a shipped order is to update the order status and emit an HMAC-signed `order_updated` webhook event containing the tracking information for seamless fulfillment communication.

Does the ACP orders webhook mechanism support automatic event emission after checkout?

Yes, the ACP orders webhook mechanism supports automatic event emission by triggering an `order_created` webhook immediately after a successful checkout, followed by `order_updated` events as the order progresses through fulfillment stages.