# Snuset

> Snuset (snuset.se) is a Swedish online store for snus, nicotine pouches, nicotine-free pouches and vapes. Products are age-restricted: customers must be 18 or older, and orders are paid for in a browser.

Every page on this site is also available as Markdown — request it with `Accept: text/markdown` and you get the same URL without navigation, scripts or layout markup. Responses set `Vary: Accept`, and unknown paths return a real 404.

Prices are shown in SEK including Swedish VAT. The catalogue, cart and checkout are backed by a Vendure Shop GraphQL API; see the OpenAPI specification below for both.

## Shop

- [All products](https://www.snuset.se/produkter/): Full catalogue with faceted filtering by brand, strength, format and flavour
- [Iqos](https://www.snuset.se/produkter/heat-not-burn/): Products in the heat-not-burn category
- [Nikotinfritt](https://www.snuset.se/produkter/nicotine-free/): Products in the nicotine-free category
- [Vitt snus](https://www.snuset.se/produkter/nicotine-pouches/): Products in the nicotine-pouches category
- [Snus](https://www.snuset.se/produkter/snus/): Products in the snus category
- [Brands](https://www.snuset.se/varumarke/): Every brand carried by the store

## Developers and agents

- [Developer & agent documentation](https://www.snuset.se/developers/): How to read and shop Snuset programmatically
- [OpenAPI specification](https://www.snuset.se/openapi.json): Machine-readable description of the storefront API, product search and the Shop GraphQL API
- [Sitemap](https://www.snuset.se/sitemap.xml): Every indexable URL, with last-modified dates
- [snuset CLI](https://www.npmjs.com/package/snuset): `npx snuset` — search, cart and checkout from a terminal; `--json` on every command
- [Agent skills](https://github.com/snuset/skills): Ready-made skills for Claude Code, Cursor and other agents

## Content

- [Snuskuriren](https://www.snuset.se/snuskuriren/): Editorial articles about snus, regulation and the industry
- [Press](https://www.snuset.se/press/): Press releases and coverage
- [Cookie policy](https://www.snuset.se/cookiepolicy/): Cookies set by the site and their purposes

## Optional

- [robots.txt](https://www.snuset.se/robots.txt): Crawling rules; account, checkout and order pages are excluded
