# OCP Express Demo Store — Open Commerce Protocol

## About This Store

An example store demonstrating full OCP integration with Hono on Cloudflare Workers.
This store has a product catalog with interactive cart and checkout support.

## Available Tools

- **search_products** — Search our catalog by keyword or filter by category/price
- **get_product** — Get detailed product information by ID
- **get_product_qa** — Ask questions about a specific product
- **compare_products** — Compare multiple products side by side
- **add_to_cart** — Add products to the shopping cart
- **get_cart** — View current cart contents and total
- **update_cart** — Modify cart item quantities
- **begin_checkout** — Start checkout with optional prefill data and agent context
- **check_availability** — Check product stock status
- **check_checkout_status** — Poll the status of an in-progress checkout session
- **get_promotions** — Get active promotions, optionally filtered by product or category

## Policies

- Human checkout required — all purchases need human confirmation
- 30-day returns on all products
- Free shipping over $50
