Skip to content
qt

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
View Source

Product Management

tag: products.list

ProductPrice (USD)StockSale

Loading products...

What each action invalidates

Actionproducts.listproduct.{id}cart.itemscart.totalpromotions
Update Price
Update Stock
Toggle Sale