Core Concepts
AI Checkout
Let an AI agent prepare a real order and hand the shopper a checkout link — without ever touching a payment method.
AI Checkout adds one more MCP tool, create_checkout, that an agent can call once a shopper has decided what they want. It builds a real, native WooCommerce order — stock-checked up front — and returns a checkout URL. The shopper follows that link and pays exactly as they would on any normal WooCommerce checkout.
Enabling it
AI Checkout is off by default, per store. In wp-admin, go to Suita → Settings and check "Enable AI Checkout." Nothing changes until you do — create_checkout isn't even advertised to agents as an available tool while it's off.
What happens when it's called
- The agent calls create_checkout with the product slugs and quantities the shopper wants.
- Suita checks stock for every item and rejects the request cleanly if anything can't be fulfilled.
- A real WooCommerce order is created with status pending payment, tagged with which agent requested it.
- The tool returns a checkout_url — the shopper opens it and pays through your store's normal checkout, using whatever payment methods you already have configured.
Because it's a genuine WooCommerce order, it shows up in your normal Orders list like any other — you can track fulfillment, refunds, and revenue exactly as you always have, plus see which AI agent originated it in your dashboard's Commerce tab.