checkout-management
Installation
SKILL.md
Checkout Management Skill
Overview
This skill covers how checkout sessions are created, stored, and managed in the Saleor storefront.
Checkout ID Storage
Checkout IDs are stored in two places:
1. Cookie (Primary Storage)
Cookie name: checkoutId-{channel}
Example: checkoutId-default-channel
The cookie is set in src/lib/checkout.ts: