home / shop

product_backend_data

Data scraped from admin backend (stock status, etc)

1 row where instock = 1 and product_id = "ygww7yq8dh"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: scraped_at (date)

instock 1

  • 1 · 1 ✖
product_id ▼ instock inventory useinventory autostock sku title url_slug saleprice special saleexpire alcohol floral addon restricted vase raw_data scraped_at
ygww7yq8dh 1 0 0 0   Beautiful coral colored flowers in a stylish bouquet violet-regalia 0     0 0 0 0 0 {"siteid": "ccvxmy5xly", "id": "ygww7yq8dh", "edit": "1", "name": "Violet regalia", "newcategory": "Bouquets,Buketter,Lilla,Purple,Romance,Sommer,Summer", "saleprice": false, "special": "", "saleexpire": "", "price_one": "450", "desc_one": "Small (ca 5 Roses)", "price_two": "750", "desc_two": "MEDIUM ( ca 9 Roses)", "price_three": "999", "desc_three": "As Displayed ( ca 15) roses", "price_four": "", "desc_four": "", "price_five": "", "desc_five": "", "price_six": "", "desc_six": "", "price_seven": "", "desc_seven": "", "price_eight": "", "desc_eight": "", "instock": true, "subscribe": false, "useinventory": false, "inventory": "0", "autostock": false, "emailnotify": false, "colour": "", "alcohol": false, "floral": false, "addon": false, "restricted": false, "showadvanced": false, "size": "", "sku": "", "pet": false, "hospital": false, "vase": false, "title": "Beautiful coral colored flowers in a stylish bouquet", "sad": false, "url": "violet-regalia", "headingone": "Violet regalia Bouquet", "imagealt": "Violet regalia bouquet", "enableai": false, "aititle": "Coral reef ", "material": "", "videolink": "", "relatedproducts": "", "pid": "ygww7yq8dh", "cat": "ygww7yq8dh", "imagename": "", "product_category": "", "age_group": "", "weight": "", "length": "", "width": "", "height": "", "description": "<pre class=\"tw-data-text tw-ta tw-text-small\" dir=\"ltr\" data-placeholder=\"Translation\" data-fulltext=\"\"><span lang=\"no\">Denne vakre buketten kombinerer dype roser med sbvake freshe ferget</span><span lang=\"no\">blomster, omgitt av en forfriskende hint av hvite og grønne blader.<br>Buketten er en vinner for romantiske, sommerlige anledninger</span><span lang=\"no\">.</span></pre>\n<p>Choose your ideal size, depending on the occasion:<br>Small: 450,- <br>Medium: 750,- <br>Large: 999,- \"As displayed\"</p>\n<p> </p>\n<p>This beautiful bouquet combines roses with soft colored flowers, surrounded by a refreshing hint of white and green leaves. <br>The bouquet is a winner for romantic as well for festive occasions… 2026-07-06 11:15:46

Advanced export

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

CSV options:

CREATE TABLE product_backend_data (
    product_id TEXT PRIMARY KEY,
    instock INTEGER,  -- 1 = in stock, 0 = out of stock
    inventory INTEGER,  -- Number of items available
    useinventory INTEGER,  -- Track inventory?
    autostock INTEGER,  -- Stop selling when out of stock?
    sku TEXT,
    title TEXT,  -- SEO title
    url_slug TEXT,  -- Backend URL slug
    saleprice INTEGER,  -- Is on sale?
    special TEXT,  -- Special/sale price
    saleexpire TEXT,  -- Sale expiry date
    alcohol INTEGER,
    floral INTEGER,
    addon INTEGER,
    restricted INTEGER,
    vase INTEGER,
    raw_data TEXT,  -- Full JSON of scraped data
    scraped_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    FOREIGN KEY (product_id) REFERENCES products(id)
);
Powered by Datasette · Queries took 25.807ms