# Agent-Ready Storefront Checklist

Companion to **How to Build an Agent-Ready eCommerce Storefront**.

This is **storefront preparation** for **external** and first-party shopping agents. The 13-check **score** for inviting a copilot is [`shopping-agent-readiness-checklist.md`](shopping-agent-readiness-checklist.md) — use both; do not merge them.

Focus on **preparation**, not speculative autopilot checkout.

| Area | Ready when | Not ready |
| ---- | ---------- | --------- |
| Structured product data | Parent/child, GTIN, required attrs API | HTML-only PDP |
| Product attributes | Same schema search + agent read | Adjectives in prose |
| Live inventory | ATP with `asOf` SLA | Nightly dump |
| Pricing | Checkout-true price + tax path named | Price in HTML |
| Shipping | Methods, windows, restrictions as data | Help-center paragraphs only |
| Policies | Versioned KB + deterministic eligibility | Prompt paraphrase |
| APIs | Catalog, inventory, price, cart assemble | Scrape |
| Identity | Shopper vs associate JWT | Shared Admin token |

Payment **capture** stays out of agent tools. Cart assemble → existing checkout.

## Related

- Shopping score: [`shopping-agent-readiness-checklist.md`](shopping-agent-readiness-checklist.md)
- Catalog contract: [`ai-ready-catalog-contract.md`](ai-ready-catalog-contract.md)
- Product passport: [`ai-product-passport-schema.md`](ai-product-passport-schema.md)
