Chat on WhatsApp

State-by-state shipping, which states ban delta-8 specifically, and how does the auto-block work?

The legal landscape splits into three buckets:

  • Delta-8 banned outright (15 states as of 2026): Alaska, Colorado, Connecticut, Delaware, Idaho, Iowa, Mississippi, Montana, New York, Oregon, Rhode Island, South Dakota, Utah, Vermont, Washington. Some of these still allow CBD; some restrict CBD too.
  • CBD restricted: Idaho requires 0.0% THC (most CBD has trace amounts and is therefore illegal there). South Dakota has shifting rules.
  • CBD + delta-8 both legal: most other states, but with packaging / labeling / age-gate / per-package THC limits that vary.

How we build it: a state × cannabinoid matrix stored as Magento source restrictions. The customer enters their ZIP at the cart step → matrix looks up “Idaho + delta-8 = blocked” → blocked items get removed from cart with a state-specific message (“Delta-8 cannot ship to Idaho. Here’s our CBD line that’s also Idaho-compliant”). Borderline cases flag for manual review rather than hard-reject. The matrix is reviewed quarterly because state legislatures change rules constantly, Texas, Tennessee, and California have all flipped their delta-8 stance multiple times since 2022.

Hyvä storefront makes this clean because the cart re-renders on state-change without a full page reload, customers see the filtered cart immediately.

Was this helpful?