# Checkout Checkout and order creation for storefronts. ## Overview | Aspect | Detail | |--------|--------| | Code | `checkout` | | Classification | Optional | | Dependencies | `cart`, `orders`, `payments`, `customers` | | Status | Active | ## Features - `checkout_flow` — Multi-step checkout process - `order_creation` — Cart-to-order conversion - `payment_processing` — Payment integration during checkout - `checkout_validation` — Address and cart validation - `guest_checkout` — Checkout without customer account ## Permissions | Permission | Description | |------------|-------------| | `checkout.view_settings` | View checkout settings | | `checkout.manage_settings` | Manage checkout configuration | ## Data Model Checkout is a stateless flow that creates orders — no dedicated models. ## API Endpoints | Method | Path | Description | |--------|------|-------------| | `*` | `/api/v1/storefront/checkout/*` | Storefront checkout flow | ## Configuration No module-specific configuration.