home / shop

products

All products from the webshop

7 rows where categories_raw = "Christmas:Obsolete" sorted by name descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

language 1

  • en 7

categories_raw 1

  • Christmas:Obsolete · 7 ✖
id name ▲ colour description page_title url_slug categories_raw language created_at updated_at deleted_at
ksw9gugqow Mystique Florals   This beauty makes an excellent decoration for your home and is particularly popular during the late Autumn and Christmas season, but can last for many years   mystique-florals Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  
n6at15e0j2 Julekrans   Den ideelle dekorasjonen for dørstokken din til å skape et innbydende hjem i den kalde vintersesongen, vi utholde i norge   julekrans Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  
ppp314rrbq Fun Pine       fun-pine Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  
vfh9f5un23 Christmas Willow   It´s the perfect combination of fresh, seasonal plants with green pines, creating a lovely classic decoration for the christmas season   christmas-willow Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  
cdjnokcha0 Christmas Deluxe   A lovely large white orchid, set in a a glass base for pure elegance in home or office as an ideal Christmas and New Years decoration.   christmas-deluxe Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  
6jmbfdykcz Bronze Navidad   A bronze christmas stunner, with all the lovely features you could ask for in this seasons decorations for home or event decorations.   bronze-navidad Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  
9l7gvh1eka Amaryllis Elegance   The pure elegance display of long stemmed, plain white, amaryllis flowers set in a clear glass vase, suitable for modern interior homes.   amaryllis-elegance Christmas:Obsolete en 2026-02-03 21:08:40 2026-07-06 14:20:26.215374  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE products (
    id TEXT PRIMARY KEY,
    name TEXT NOT NULL,
    colour TEXT,
    description TEXT,
    page_title TEXT,
    url_slug TEXT,
    categories_raw TEXT,  -- Original colon-separated categories from CSV
    language TEXT,  -- 'no', 'en', or NULL if unknown
    created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
, deleted_at TIMESTAMP);
CREATE INDEX idx_products_language ON products(language);
CREATE INDEX idx_products_name ON products(name);
Powered by Datasette · Queries took 12.974ms