product_backend_data
1 row where product_id = "zpm5kj7n2w"
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| zpm5kj7n2w | 1 | 0 | 0 | 0 | Purity and elegance in a box filled with roses | white-roses-deluxe | 0 | 0 | 0 | 0 | 0 | 0 | {"siteid": "ccvxmy5xly", "id": "zpm5kj7n2w", "edit": "1", "name": "White Deluxe", "newcategory": "Blomster i en boks,Corporate Solutions,Flowers in a box,Hvit,Morsdag,Mothers Day,Vinter,White,Winter", "saleprice": false, "special": "", "saleexpire": "", "price_one": "1185", "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": 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": "Purity and elegance in a box filled with roses", "sad": false, "url": "white-roses-deluxe", "headingone": "White Deluxe", "imagealt": "White Deluxe", "enableai": false, "aititle": "White Deluxe", "material": "", "videolink": "", "relatedproducts": "", "pid": "zpm5kj7n2w", "cat": "zpm5kj7n2w", "imagename": "", "product_category": "", "age_group": "", "weight": "", "length": "", "width": "", "height": "", "description": "<p><strong>NOTE: The decoration is made round box, Only White boxes avaliable,</strong></p>\n<p>24 white deluxe roses set in an MDF box with oasis foam for maximal durability. <br>Ideal decoration for modern homes, hotels or offices, where little care for flowers is required and the decoration enhances the interior effortlessly.</p>\n<p>Internationally it`s become quite popular to send out flowers in this way, as it`s a very practical solution, that adapts to the various interior environments: <br>Elegant homes, minimalist galleries, corporate offices, modern living rooms. </p>\n<p>Once set in floral foam, as done with this box decoration, the flowers can often last even longer. The foam can be watered moderately in between to avoid it from drying o… | 2026-07-06 11:16:18 |
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)
);