E-Commerce
Admin Panel
The control center. Every action here — price update, stock change, sale toggle — fires a server mutation that invalidates tags. Watch the Catalog, Cart, and Flash Sale pages react in real time.
What to watch for
- ▶Update a price — the Catalog and Cart pages update with green glow
- ▶Toggle sale on/off — Flash Sale page and Catalog both refresh
- ▶Set stock to 0 — the Catalog shows Out of Stock badge
- ▶Open Catalog in another tab and watch it update live as you edit here
Product Management
tag: products.list
| Product | Price (USD) | Stock | Sale |
|---|
Loading products...
What each action invalidates
| Action | products.list | product.{id} | cart.items | cart.total | promotions |
|---|---|---|---|---|---|
| Update Price | ✓ | ✓ | ✓ | ✓ | — |
| Update Stock | ✓ | ✓ | — | — | — |
| Toggle Sale | ✓ | ✓ | ✓ | ✓ | ✓ |