home / shop

product_backend_data

Data scraped from admin backend (stock status, etc)

1 row where product_id = "pg2yqbze4n"

✎ 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
pg2yqbze4n 0 0 0 0   Exclusive, large orchid blossoms in a pot pinkorchid 0     0 0 0 0 0 {"siteid": "ccvxmy5xly", "id": "pg2yqbze4n", "edit": "1", "name": "Pink Orchid Queen", "newcategory": "Baby,Corporate Solutions,Mothers Day,Orchids,Pink,Planter,Plants,Spring", "saleprice": false, "special": "", "saleexpire": "", "price_one": "298", "desc_one": "excl. pot", "price_two": "398", "desc_two": "incl. pot", "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": "Exclusive, large orchid blossoms in a pot ", "sad": false, "url": "pinkorchid", "headingone": "2 stem Orchid", "imagealt": "Orchid", "enableai": false, "aititle": "Pink Orchid Queen", "material": "", "videolink": "", "relatedproducts": "", "pid": "pg2yqbze4n", "cat": "pg2yqbze4n", "imagename": "", "product_category": "", "age_group": "", "weight": "", "length": "", "width": "", "height": "", "description": "<p>Exclusive and high quality Phalaenopsis plant with 2 long stems, and an approximate height of 70cm with extra large blossoms and maximum durability.</p>\n<p> </p>\n<p> </p>\n<p> </p>", "shortdesc": "", "recipe": "", "desc": "This warm pink coloured, two stemmed and extra large orchid, is the exclusive decor for pure elegance as a gift or for your own home.", "aidesc": ""} 2026-07-06 11:10:32

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