home / shop

product_backend_data

Data scraped from admin backend (stock status, etc)

1 row where instock = 0 and product_id = "huz2zo2guw"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: scraped_at (date)

instock 1

  • - · 1 ✖
product_id ▼ instock inventory useinventory autostock sku title url_slug saleprice special saleexpire alcohol floral addon restricted vase raw_data scraped_at
huz2zo2guw 0 0 0 0   The Blue Beauty for Norway`s national day lobelia-bliss 0     0 0 0 0 0 {"siteid": "ccvxmy5xly", "id": "huz2zo2guw", "edit": "1", "name": "Lobelia Bliss", "newcategory": "Norwegian National Day,Planter,Plants", "saleprice": false, "special": "", "saleexpire": "", "price_one": "169", "desc_one": "Small 1 Lobelia", "price_two": "250", "desc_two": "As Displayed", "price_three": "390", "desc_three": "Large", "price_four": "", "desc_four": "", "price_five": "", "desc_five": "", "price_six": "", "desc_six": "", "price_seven": "", "desc_seven": "", "price_eight": "", "desc_eight": "", "instock": false, "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": "The Blue Beauty for Norway`s national day", "sad": false, "url": "lobelia-bliss", "headingone": "Lobelia Bliss", "imagealt": "Lobelia Bliss", "enableai": false, "aititle": "Lobelia Bliss", "material": "", "videolink": "", "relatedproducts": "", "pid": "huz2zo2guw", "cat": "huz2zo2guw", "imagename": "", "product_category": "", "age_group": "", "weight": "", "length": "", "width": "", "height": "", "description": "On Norway´s national day we celebrate with a fantastic brunch, musical activities, marching through the streets and greeting the king infront of the royal family`s castle in Oslo. <br>As part of our festivities we make sure that our homes, offices, schools and public places are beautifully decorated with seasonal plants. <br>After a long winter and rather cold spring time, the excitement of bringing some vivid colour into our lives is exhilarating. <p></p>\n<p>One of the all time favourites is this deep blue Lobelia plant. <br>It blossoms for several months and maintains this beautiful strong colour throughout the whole time. It can grow quite wild and shapes as a cascade, almost like a waterfall.<br>You can now choose your sizes below:</p>\n<p>Small: 1 plant set in a willow basket, gift wra… 2026-02-06 11:27:20

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 14.206ms