home / shop

product_backend_data

Data scraped from admin backend (stock status, etc)

1 row where product_id = "6g0dtjzbqf"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: scraped_at (date)

instock 1

  • 0 1
product_id ▼ instock inventory useinventory autostock sku title url_slug saleprice special saleexpire alcohol floral addon restricted vase raw_data scraped_at
6g0dtjzbqf 0 0 0 0   Midsommar hÃ¥rkrans - Spring and summer flower crown pastel-pure-harkrans 0     0 0 0 0 0 {"siteid": "ccvxmy5xly", "id": "6g0dtjzbqf", "edit": "1", "name": "Midsommer hÃ¥rkrans", "newcategory": "Decoration,Dekorasjon,Floral Arrangements,Homepage Specials,Hvit,Sommer,Spring,Summer,Var,Weddings,White", "saleprice": false, "special": "", "saleexpire": "", "price_one": "590", "desc_one": "As Displayed", "price_two": "", "desc_two": "", "price_three": "", "desc_three": "", "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": "Midsommar hÃ¥rkrans - Spring and summer flower crown", "sad": false, "url": "pastel-pure-harkrans", "headingone": "Pastel Pure HÃ¥rkrans", "imagealt": "Pastel Pure HÃ¥rkrans", "enableai": false, "aititle": "Pastel Pure", "material": "", "videolink": "", "relatedproducts": "", "pid": "6g0dtjzbqf", "cat": "6g0dtjzbqf", "imagename": "", "product_category": "", "age_group": "", "weight": "", "length": "", "width": "", "height": "", "description": "<p>The spring is nearly over and summer is approaching. You see white and pink blossoms on the trees and are uplifted by the scent of fabulous seasonal florals in the air. This goregous seasonal flower crown is probably the definition of that feeling that lies in the air which almost gets you floating around of joy and bliss. </p>\n<p> </p>\n<p>As displayed - 590,-</p><p><b>Please contact us if you want to change the colors or flowers.</b></p>", "shortdesc": "", "recipe": "", "desc": "This fabulous seasonal floral crown, is gorgeous for every special occasion of the season, the flower crown is the extra detailed needed", "aidesc": ""} 2026-07-06 11:01:52

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.384ms