product_backend_data
1 row where product_id = "iak30cenjx"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| iak30cenjx | 0 | 0 | 0 | 0 | Dark magical Hortensia - Den perfekte plante for den norske sommer | dark-magical-hortensia | 0 | 0000-00-00 | 0 | 0 | 0 | 0 | 0 | {"siteid": "ccvxmy5xly", "id": "iak30cenjx", "edit": "1", "name": "Dark magical Hortensia", "newcategory": "Planter,Rosa,Sommer,Var", "saleprice": false, "special": "", "saleexpire": "0000-00-00", "price_one": "480", "desc_one": "uten potte", "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": "Dark magical Hortensia - Den perfekte plante for den norske sommer", "sad": false, "url": "dark-magical-hortensia", "headingone": "Dark magical Hortensia", "imagealt": "Dark magical Hortensia", "enableai": false, "aititle": "Chryssanthemum hvit", "material": "", "videolink": "", "relatedproducts": "", "pid": "iak30cenjx", "cat": "iak30cenjx", "imagename": "", "product_category": "", "age_group": "", "weight": "", "length": "", "width": "", "height": "", "description": "<p><span style=\"font-weight: 400;\">Denne herlige runde potteplanten er perfekt for Sommersesongen, den blomstrer fullstendig og blir en vakker blomst.</span></p>\n<p> </p>\n<p><span style=\"font-weight: 400;\">Den er ideell for utendørs, men varer ogsÃ¥ innendørs, sÃ¥ lenge den ikke er for varm og tørr.</span></p>\n<p><span style=\"font-weight: 400;\">Det mÃ¥ opprettholdes fuktig og fÃ¥ litt lys, for at alle blomster skal blomstre pent.</span></p>\n<p><br></p>\n<p><span style=\"font-weight: 400;\">Dette gjør en prefekt husets varme gave, eller bare en vakker mÃ¥te Ã¥ uttrykke takknemlighet til en venn eller en kjentmann.</span></p>\n<p> </p>\n<p><b>OBS: Vær oppmerksom pÃ¥ at dette er en sesongens plante, og bare tilgjengelig i løpet av bestemte mÃ¥neder… | 2026-07-06 11:07:19 |
Advanced export
JSON shape: default, array, newline-delimited, object
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)
);